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

Issue 209353008: Add parser-shell. (Closed)

Created:
6 years, 9 months ago by marja
Modified:
6 years, 9 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Add parser-shell. parser-shell will help to see how much PreParsing gets slower when PreParser starts doing more checks (especially tracking variables and scopes). It will also show how much having preparse data (or cached data) speeds up the parsing. R=ulan@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20201

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -52 lines) Patch
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M tools/lexer-shell.cc View 1 2 3 chunks +2 lines, -38 lines 0 comments Download
M tools/lexer-shell.gyp View 1 1 chunk +23 lines, -0 lines 0 comments Download
A tools/parser-shell.cc View 1 2 1 chunk +171 lines, -0 lines 0 comments Download
A + tools/shell-utils.h View 1 2 1 chunk +30 lines, -14 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
marja
ulan, ptal
6 years, 9 months ago (2014-03-24 14:24:04 UTC) #1
ulan
lgtm
6 years, 9 months ago (2014-03-24 14:33:55 UTC) #2
marja
6 years, 9 months ago (2014-03-24 14:43:48 UTC) #3
Message was sent while issue was closed.
Committed patchset #4 manually as r20201 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698