Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Issue 6646017: Rebuild scope chain from serialized scope info before parsing lazily. (Closed)

Created:
9 years, 9 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Rebuild scope chain from serialized scope info before parsing lazily. We used to rebuild it in Scope::Analyze but this might lead to mismatch between scopes seen by parser during the first and the second parse of the function. BUG=v8:1230 Committed: http://code.google.com/p/v8/source/detail?r=7110

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -43 lines) Patch
M src/parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/parser.cc View 4 chunks +17 lines, -13 lines 0 comments Download
M src/scopes.h View 3 chunks +10 lines, -8 lines 0 comments Download
M src/scopes.cc View 2 chunks +31 lines, -20 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 9 months ago (2011-03-09 16:27:21 UTC) #1
Kevin Millikin (Chromium)
9 years, 9 months ago (2011-03-09 16:47:20 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698