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

Issue 660083005: AstNumberingVisitor does the work of AstConstructionVisitor (Closed)

Created:
6 years, 2 months ago by wingo
Modified:
6 years, 2 months ago
Reviewers:
Sven Panne, mvstanton
CC:
v8-dev, mvstanton, Michael Starzinger, marja
Project:
v8
Visibility:
Public.

Description

AstNumberingVisitor does the work of AstConstructionVisitor R=svenpanne@chromium.org BUG=

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -549 lines) Patch
M src/ast.h View 20 chunks +91 lines, -245 lines 0 comments Download
M src/ast.cc View 1 chunk +0 lines, -138 lines 0 comments Download
M src/ast-numbering.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ast-numbering.cc View 25 chunks +158 lines, -5 lines 2 comments Download
M src/compiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.cc View 5 chunks +18 lines, -4 lines 0 comments Download
M src/compiler/js-inlining.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/full-codegen.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/liveedit.h View 4 chunks +2 lines, -11 lines 0 comments Download
M src/liveedit.cc View 4 chunks +18 lines, -24 lines 0 comments Download
M src/parser.h View 4 chunks +18 lines, -26 lines 0 comments Download
M src/parser.cc View 13 chunks +24 lines, -39 lines 0 comments Download
M src/preparser.h View 5 chunks +0 lines, -18 lines 0 comments Download
M src/rewriter.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/scopes.h View 4 chunks +8 lines, -12 lines 0 comments Download
M src/scopes.cc View 6 chunks +8 lines, -11 lines 0 comments Download
M test/cctest/test-ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +7 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
wingo
Here's a patch to simplify the parser by moving AstConstructionVisitor's work to a post-pass. The ...
6 years, 2 months ago (2014-10-22 10:44:53 UTC) #1
wingo
x64.release d8 size with this patch is down by 0.15%. Instructions retired when running on ...
6 years, 2 months ago (2014-10-22 10:54:20 UTC) #2
mvstanton
DBC: In general I like the idea of doing the feedback vector creation after scoping ...
6 years, 2 months ago (2014-10-22 12:12:04 UTC) #4
wingo
On 2014/10/22 12:12:04, mvstanton wrote: > DBC: In general I like the idea of doing ...
6 years, 2 months ago (2014-10-22 12:46:40 UTC) #5
Sven Panne
Can we split up this CL into several ones? As you've already mentioned, it consists ...
6 years, 2 months ago (2014-10-22 13:08:52 UTC) #6
wingo
ACK regarding splitting the patchset. https://codereview.chromium.org/660083005/diff/1/src/ast-numbering.cc File src/ast-numbering.cc (right): https://codereview.chromium.org/660083005/diff/1/src/ast-numbering.cc#newcode559 src/ast-numbering.cc:559: Handle<SharedFunctionInfo> shared, Zone* zone) ...
6 years, 2 months ago (2014-10-22 13:23:02 UTC) #7
wingo
6 years, 2 months ago (2014-10-23 07:13:07 UTC) #8
Message was sent while issue was closed.
Closing issue, as I'm splitting it into pieces.

Powered by Google App Engine
This is Rietveld 408576698