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

Issue 1318823010: Eliminate use of CompilationInfo in several AstVisitor descendants. (Closed)

Created:
5 years, 3 months ago by bradn
Modified:
5 years, 3 months ago
Reviewers:
titzer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Eliminate use of CompilationInfo in several AstVisitor descendants. We're moving away from using CompilationInfo as a big bag o' stuff. Passing in just what we need to several AstVisitors to avoid increasing the problem. BUG=None TEST=trybots R=titzer@chromium.org LOG=N Committed: https://crrev.com/29d793728abf24d7078809f128d3f82437855ff2 Cr-Commit-Position: refs/heads/master@{#30529}

Patch Set 1 #

Patch Set 2 : merge #

Total comments: 4

Patch Set 3 : revised #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -66 lines) Patch
M src/ast-expression-visitor.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/ast-expression-visitor.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M src/compiler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/typing.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M src/typing.cc View 4 chunks +23 lines, -24 lines 0 comments Download
M src/typing-reset.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/typing-reset.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M test/cctest/expression-type-collector.h View 2 chunks +4 lines, -5 lines 0 comments Download
M test/cctest/expression-type-collector.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M test/cctest/test-asm-validator.cc View 1 1 chunk +4 lines, -7 lines 0 comments Download
M test/cctest/test-ast-expression-visitor.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-typing-reset.cc View 1 2 2 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
bradn
5 years, 3 months ago (2015-09-01 18:27:41 UTC) #1
titzer
lgtm other than existential questions https://codereview.chromium.org/1318823010/diff/20001/src/ast-expression-visitor.h File src/ast-expression-visitor.h (right): https://codereview.chromium.org/1318823010/diff/20001/src/ast-expression-visitor.h#newcode25 src/ast-expression-visitor.h:25: FunctionLiteral* root); I think ...
5 years, 3 months ago (2015-09-01 21:55:34 UTC) #2
bradn
https://codereview.chromium.org/1318823010/diff/20001/src/ast-expression-visitor.h File src/ast-expression-visitor.h (right): https://codereview.chromium.org/1318823010/diff/20001/src/ast-expression-visitor.h#newcode25 src/ast-expression-visitor.h:25: FunctionLiteral* root); On 2015/09/01 21:55:34, titzer wrote: > I ...
5 years, 3 months ago (2015-09-01 22:08:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1318823010/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1318823010/40001
5 years, 3 months ago (2015-09-01 22:08:53 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-01 23:06:33 UTC) #7
commit-bot: I haz the power
5 years, 3 months ago (2015-09-01 23:06:46 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/29d793728abf24d7078809f128d3f82437855ff2
Cr-Commit-Position: refs/heads/master@{#30529}

Powered by Google App Engine
This is Rietveld 408576698