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

Issue 2514393002: [fullcodegen] Remove deprecated support for lookup variables, eval and with. (Closed)

Created:
4 years, 1 month ago by rmcilroy
Modified:
4 years ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[fullcodegen] Remove deprecated support for lookup variables, eval and with. This code is no longer used by full-codegen since all functions which use with statments, call eval or have lookup variable access now go through Ignition first. BUG=v8:5657 Committed: https://crrev.com/4c14bbf97b4c7e48542836335b969c3034bfcc17 Cr-Commit-Position: refs/heads/master@{#41276}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 9

Patch Set 5 : Rebase #

Patch Set 6 : Address comments #

Patch Set 7 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -2748 lines) Patch
M src/ast/ast-numbering.cc View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.h View 1 2 3 4 5 3 chunks +0 lines, -17 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 4 5 9 chunks +99 lines, -335 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 8 chunks +18 lines, -264 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 8 chunks +17 lines, -265 lines 0 comments Download
M src/full-codegen/full-codegen.h View 3 chunks +0 lines, -11 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 3 4 5 3 chunks +39 lines, -45 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 7 chunks +18 lines, -253 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 8 chunks +18 lines, -264 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 8 chunks +18 lines, -264 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 8 chunks +18 lines, -265 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 2 3 8 chunks +18 lines, -258 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 8 chunks +18 lines, -253 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 7 chunks +18 lines, -253 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 38 (30 generated)
rmcilroy
Michi, PTAL, thanks
4 years, 1 month ago (2016-11-23 09:01:24 UTC) #19
Michael Starzinger
LGTM. Nice, just nits. https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc File src/ast/ast-numbering.cc (right): https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc#newcode536 src/ast/ast-numbering.cc:536: DisableFullCodegenAndCrankshaft(kFunctionCallsEval); Just out of curiosity, ...
4 years, 1 month ago (2016-11-23 10:15:48 UTC) #20
rmcilroy
https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc File src/ast/ast-numbering.cc (right): https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc#newcode536 src/ast/ast-numbering.cc:536: DisableFullCodegenAndCrankshaft(kFunctionCallsEval); On 2016/11/23 10:15:48, Michael Starzinger wrote: > Just ...
4 years ago (2016-11-23 13:48:51 UTC) #22
Michael Starzinger
https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc File src/ast/ast-numbering.cc (right): https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc#newcode536 src/ast/ast-numbering.cc:536: DisableFullCodegenAndCrankshaft(kFunctionCallsEval); On 2016/11/23 13:48:50, rmcilroy wrote: > On 2016/11/23 ...
4 years ago (2016-11-23 14:11:05 UTC) #24
rmcilroy
On 2016/11/23 14:11:05, Michael Starzinger wrote: > https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc > File src/ast/ast-numbering.cc (right): > > https://codereview.chromium.org/2514393002/diff/80001/src/ast/ast-numbering.cc#newcode536 ...
4 years ago (2016-11-24 13:58:46 UTC) #28
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/2514393002/140001
4 years ago (2016-11-24 18:13:55 UTC) #34
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years ago (2016-11-24 18:15:38 UTC) #36
commit-bot: I haz the power
4 years ago (2016-11-24 18:16:15 UTC) #38
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4c14bbf97b4c7e48542836335b969c3034bfcc17
Cr-Commit-Position: refs/heads/master@{#41276}

Powered by Google App Engine
This is Rietveld 408576698