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

Issue 3308010: Avoid (some) symbol lookups at parse time if preparse data is available. (Closed)

Created:
10 years, 3 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Avoid (some) symbol lookups at parse time if preparse data is available.

Patch Set 1 #

Total comments: 3

Patch Set 2 : Added test. Fixed bug. More readable. #

Patch Set 3 : Fixed indentation too. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -91 lines) Patch
M src/api.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M src/parser.h View 1 2 4 chunks +77 lines, -15 lines 0 comments Download
M src/parser.cc View 1 2 25 chunks +211 lines, -68 lines 0 comments Download
M src/v8-counters.h View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M test/cctest/test-parsing.cc View 3 chunks +82 lines, -1 line 1 comment Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
10 years, 3 months ago (2010-09-06 11:35:31 UTC) #1
Mads Ager (chromium)
Is the test coverage good enough. Do we have preparsing tests that actually exercise this ...
10 years, 3 months ago (2010-09-06 12:03:56 UTC) #2
Lasse Reichstein
Added test. Fixed a bug in preparser data with error messages. Made messages code more ...
10 years, 3 months ago (2010-09-07 12:01:31 UTC) #3
Mads Ager (chromium)
10 years, 3 months ago (2010-09-07 12:44:53 UTC) #4
LGTM

http://codereview.chromium.org/3308010/diff/7001/8006
File test/cctest/test-parsing.cc (right):

http://codereview.chromium.org/3308010/diff/7001/8006#newcode205
test/cctest/test-parsing.cc:205: // Parser needs a handle scope.
This comment doesn't seem to fit here?

Powered by Google App Engine
This is Rietveld 408576698