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

Issue 5302003: Working stand-alone preparser. (Closed)

Created:
10 years, 1 month ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
ricow1, Rico
CC:
v8-dev
Visibility:
Public.

Description

Working stand-alone preparser. BUG= TEST=

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address review comments. #

Patch Set 3 : Add names to exit codes, fix bug in preparser. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -40 lines) Patch
A preparser/preparser-process.cc View 1 2 1 chunk +227 lines, -0 lines 0 comments Download
M src/checks.h View 3 chunks +0 lines, -34 lines 0 comments Download
M src/checks.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/hashmap.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/token.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/v8.h View 1 chunk +1 line, -1 line 0 comments Download
A src/v8checks.h View 1 chunk +64 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/presubmit.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 3 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
10 years, 1 month ago (2010-11-24 08:07:31 UTC) #1
ricow1
LGTM, you could add a few additional comments on the classes and methods defined in ...
10 years, 1 month ago (2010-11-24 09:09:32 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/5302003/diff/1/preparser/preparser-process.cc File preparser/preparser-process.cc (right): http://codereview.chromium.org/5302003/diff/1/preparser/preparser-process.cc#newcode28 preparser/preparser-process.cc:28: #include <stdio.h> Removed. http://codereview.chromium.org/5302003/diff/1/preparser/preparser-process.cc#newcode116 preparser/preparser-process.cc:116: Done. http://codereview.chromium.org/5302003/diff/1/preparser/preparser-process.cc#newcode155 preparser/preparser-process.cc:155: int ...
10 years, 1 month ago (2010-11-24 09:39:47 UTC) #3
Lasse Reichstein
10 years, 1 month ago (2010-11-24 09:41:16 UTC) #4
I have added a big "THIS IS PROOF-OF-CONCEPT CODE" to the preparser-process
file.
I will also add the preparser dir to the presubmit checker.

Powered by Google App Engine
This is Rietveld 408576698