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

Issue 2314483002: Store the ScopeInfo in WithContexts (Closed)

Created:
4 years, 3 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com, Yang
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Store the ScopeInfo in WithContexts This will allow for chaining ScopeInfos together to form the same chains as contexts chains currently do. BUG=v8:5215 R=mstarzinger@chromium.org,marja@chromium.org,bmeurer@chromium.org,rmcilroy@chromium.org Committed: https://crrev.com/77c4ba0767477a8021902c262c60d8a926747c38 Cr-Commit-Position: refs/heads/master@{#39192}

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 3

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -70 lines) Patch
M src/api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ast/scopeinfo.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M src/ast/scopes.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ast/scopes.cc View 1 2 2 chunks +4 lines, -9 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/js-create-lowering.cc View 1 2 2 chunks +11 lines, -2 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 chunks +8 lines, -7 lines 0 comments Download
M src/compiler/js-operator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-operator.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M src/contexts.cc View 2 chunks +18 lines, -14 lines 0 comments Download
M src/debug/debug-evaluate.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 chunk +8 lines, -5 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/WithStatement.golden View 1 chunk +4 lines, -3 lines 0 comments Download
M test/unittests/compiler/js-create-lowering-unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/unittests/compiler/js-operator-unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (11 generated)
jochen (gone - plz use gerrit)
4 years, 3 months ago (2016-09-05 10:55:45 UTC) #1
jochen (gone - plz use gerrit)
ptal Marja: ast Ross: interpreter Benedikt: debug/ Michael: rest
4 years, 3 months ago (2016-09-05 10:56:15 UTC) #4
rmcilroy
interpreter/ lgtm
4 years, 3 months ago (2016-09-05 11:07:01 UTC) #5
jochen (gone - plz use gerrit)
(I ported over the comments from the catch scope CL and addressed them here as ...
4 years, 3 months ago (2016-09-05 11:50:08 UTC) #10
Michael Starzinger
LGTM, just nits. https://codereview.chromium.org/2314483002/diff/20001/src/compiler/js-create-lowering.cc File src/compiler/js-create-lowering.cc (right): https://codereview.chromium.org/2314483002/diff/20001/src/compiler/js-create-lowering.cc#newcode827 src/compiler/js-create-lowering.cc:827: AllocationBuilder aa(jsgraph(), effect, control); nit: Empty ...
4 years, 3 months ago (2016-09-05 12:10:39 UTC) #11
jochen (gone - plz use gerrit)
all comments addressed
4 years, 3 months ago (2016-09-05 12:45:18 UTC) #14
Benedikt Meurer
LGTM (stampf)
4 years, 3 months ago (2016-09-05 12:48:00 UTC) #15
marja
ast lgtm
4 years, 3 months ago (2016-09-06 08:01:05 UTC) #16
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/2314483002/40001
4 years, 3 months ago (2016-09-06 08:01:37 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-06 08:27:44 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-09-06 08:27:58 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/77c4ba0767477a8021902c262c60d8a926747c38
Cr-Commit-Position: refs/heads/master@{#39192}

Powered by Google App Engine
This is Rietveld 408576698