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

Issue 675493002: Move AST node counting to post-pass (Closed)

Created:
6 years, 2 months ago by wingo
Modified:
6 years, 1 month ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Remove duplicate Renumber() call #

Total comments: 4

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -65 lines) Patch
M src/ast.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ast.cc View 3 chunks +0 lines, -10 lines 0 comments Download
M src/ast-numbering.cc View 24 chunks +67 lines, -4 lines 0 comments Download
M src/compiler.h View 1 2 1 chunk +7 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 2 6 chunks +24 lines, -12 lines 0 comments Download
M src/compiler/js-inlining.cc View 2 chunks +2 lines, -12 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 2 chunks +2 lines, -6 lines 0 comments Download
M test/cctest/compiler/test-codegen-deopt.cc View 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/compiler/test-pipeline.cc View 1 chunk +1 line, -5 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
wingo
6 years, 2 months ago (2014-10-22 15:34:37 UTC) #3
wingo
This CL also consolidates the AST transformations in compiler.{h,cc}; let me know what you think.
6 years, 2 months ago (2014-10-22 15:35:26 UTC) #4
wingo
A gentle ping :) In the confusion of multiple patches, it can be hard to ...
6 years, 2 months ago (2014-10-23 13:53:12 UTC) #5
Sven Panne
lgtm https://codereview.chromium.org/675493002/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/675493002/diff/40001/src/compiler.cc#newcode931 src/compiler.cc:931: if (!Renumber(&unoptimized)) return false; Why do we need ...
6 years, 2 months ago (2014-10-24 08:25:12 UTC) #6
Sven Panne
On 2014/10/24 08:25:12, Sven Panne wrote: > lgtm > > https://codereview.chromium.org/675493002/diff/40001/src/compiler.cc > File src/compiler.cc (right): ...
6 years, 2 months ago (2014-10-24 08:26:49 UTC) #7
wingo
On 2014/10/24 08:25:12, Sven Panne wrote: > lgtm > > https://codereview.chromium.org/675493002/diff/40001/src/compiler.cc > File src/compiler.cc (right): ...
6 years, 2 months ago (2014-10-24 08:59:29 UTC) #8
wingo
New patchset removes needless Renumber(), which AFAICS is always dominated by another Renumber() call, so ...
6 years, 2 months ago (2014-10-24 09:25:39 UTC) #9
wingo
On 2014/10/24 08:26:49, Sven Panne wrote: > Is > there a path where we Renumber() ...
6 years, 2 months ago (2014-10-24 09:34:01 UTC) #10
Sven Panne
LGTM. The actual counting part looks OK, and the "pipeline" is improved a bit, although ...
6 years, 2 months ago (2014-10-24 09:39:10 UTC) #11
Sven Panne
Added Michael, the "pipeline" is complicated enough to warrant a 2nd reviewer. :-}
6 years, 2 months ago (2014-10-24 10:40:09 UTC) #13
wingo
On 2014/10/24 10:40:09, Sven Panne wrote: > Added Michael, the "pipeline" is complicated enough to ...
6 years, 1 month ago (2014-10-27 07:44:31 UTC) #14
Michael Starzinger
LGTM, just nitty suggestions. https://codereview.chromium.org/675493002/diff/60001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/675493002/diff/60001/src/compiler.cc#newcode922 src/compiler.cc:922: bool Compiler::EnsureDeoptimizationSupport(CompilationInfo* info) { nit: ...
6 years, 1 month ago (2014-10-27 11:41:54 UTC) #15
wingo
Thanks for the review -- fixed nits and landing https://codereview.chromium.org/675493002/diff/60001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/675493002/diff/60001/src/compiler.cc#newcode922 src/compiler.cc:922: ...
6 years, 1 month ago (2014-10-27 14:58:10 UTC) #16
wingo
6 years, 1 month ago (2014-10-27 15:00:33 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:80001) manually as 24909 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698