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

Issue 2242583003: [Parser] Remove Variable::is_possibly_eval. (Closed)

Created:
4 years, 4 months ago by rmcilroy
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@toon_cl
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Parser] Remove Variable::is_possibly_eval. Removes Variable::is_possibly_eval() and instead stores whether a call is possibly eval in the Call node's bitfield. Also removes HandleDereferenceMode since it's no longer used. BUG=v8:5203 Committed: https://crrev.com/160d0a180363b02e5f346db5fd6303d1e9bb9b9a Cr-Commit-Position: refs/heads/master@{#38633}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -91 lines) Patch
M src/asmjs/asm-wasm-builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast/ast.h View 1 6 chunks +21 lines, -20 lines 0 comments Download
M src/ast/ast.cc View 1 chunk +8 lines, -15 lines 0 comments Download
M src/ast/variables.h View 2 chunks +0 lines, -25 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/crankshaft/typing.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 6 chunks +6 lines, -12 lines 0 comments Download
M src/parsing/parser-base.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/parsing/preparser.h View 1 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
rmcilroy
PTAL, thanks. https://codereview.chromium.org/2242583003/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2242583003/diff/1/src/parsing/parser.cc#newcode5561 src/parsing/parser.cc:5561: Call::PossiblyEval is_possibly_eval = CheckPossibleEvalCall(tag, scope()); This call ...
4 years, 4 months ago (2016-08-11 21:27:59 UTC) #2
adamk
https://codereview.chromium.org/2242583003/diff/1/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/2242583003/diff/1/src/ast/ast.h#newcode3247 src/ast/ast.h:3247: int pos, Call::PossiblyEval possibly_eval) { Can you give this ...
4 years, 4 months ago (2016-08-11 21:42:31 UTC) #3
rmcilroy
epertoso@chromium.org: Please review changes in compiler/ ahaas@chromium.org: Please review changes in asm/ https://codereview.chromium.org/2242583003/diff/1/src/ast/ast.h File src/ast/ast.h ...
4 years, 4 months ago (2016-08-12 09:18:20 UTC) #5
ahaas
On 2016/08/12 at 09:18:20, rmcilroy wrote: > epertoso@chromium.org: Please review changes in compiler/ > ahaas@chromium.org: ...
4 years, 4 months ago (2016-08-12 09:21:37 UTC) #6
marja
lgtm; great to get rid of the handledereferencemode!
4 years, 4 months ago (2016-08-12 09:27:54 UTC) #7
epertoso
lgtm for compiler/
4 years, 4 months ago (2016-08-12 09:40:22 UTC) #8
Toon Verwaest
nice! lgtm!
4 years, 4 months ago (2016-08-12 09:47:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2242583003/20001
4 years, 4 months ago (2016-08-15 10:32:31 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-15 10:58:58 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 10:59:26 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/160d0a180363b02e5f346db5fd6303d1e9bb9b9a
Cr-Commit-Position: refs/heads/master@{#38633}

Powered by Google App Engine
This is Rietveld 408576698