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

Issue 2051073004: Remove more dead code now that legacy const is gone (Closed)

Created:
4 years, 6 months ago by adamk
Modified:
4 years, 6 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, rmcilroy, v8-ppc-ports_googlegroups.com, oth
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove more dead code now that legacy const is gone Neither globals nor lookup slots can be hole-initialized anymore, thus removing some dead code from the code generators and runtime-scopes. Committed: https://crrev.com/757221e574ecba543a65f4822c083aa860e030eb Cr-Commit-Position: refs/heads/master@{#36876}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Added DCHECK(!hole_init) everywhere #

Patch Set 3 : Fix x64 build, add mips64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -92 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 1 chunk +2 lines, -6 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 1 chunk +2 lines, -9 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 1 chunk +3 lines, -11 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 1 chunk +2 lines, -9 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 1 chunk +3 lines, -10 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 1 chunk +3 lines, -10 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 chunks +4 lines, -10 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 6 chunks +9 lines, -18 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
adamk
4 years, 6 months ago (2016-06-09 15:36:56 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/2051073004/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/2051073004/diff/1/src/compiler/ast-graph-builder.cc#newcode1134 src/compiler/ast-graph-builder.cc:1134: case VariableLocation::LOOKUP: { nit: Can we CHECK(!hole_init) here?
4 years, 6 months ago (2016-06-09 16:10:33 UTC) #3
adamk
https://codereview.chromium.org/2051073004/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/2051073004/diff/1/src/compiler/ast-graph-builder.cc#newcode1134 src/compiler/ast-graph-builder.cc:1134: case VariableLocation::LOOKUP: { On 2016/06/09 16:10:33, Michael Starzinger wrote: ...
4 years, 6 months ago (2016-06-09 16:12:36 UTC) #4
Michael Starzinger
https://codereview.chromium.org/2051073004/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/2051073004/diff/1/src/compiler/ast-graph-builder.cc#newcode1134 src/compiler/ast-graph-builder.cc:1134: case VariableLocation::LOOKUP: { On 2016/06/09 16:12:36, adamk wrote: > ...
4 years, 6 months ago (2016-06-09 16:15:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2051073004/20001
4 years, 6 months ago (2016-06-09 19:14:01 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/8589)
4 years, 6 months ago (2016-06-09 19:17:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2051073004/40001
4 years, 6 months ago (2016-06-09 19:27:19 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-09 19:51:03 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 19:53:16 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/757221e574ecba543a65f4822c083aa860e030eb
Cr-Commit-Position: refs/heads/master@{#36876}

Powered by Google App Engine
This is Rietveld 408576698