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

Issue 2640793004: Revert remove dead hole check logic (Closed)

Created:
3 years, 11 months ago by ofrobots
Modified:
3 years, 11 months ago
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

Revert remove dead hole check logic This reverts commits * 45c11887929c1f0fbc54849d2627cd8bb90bcc37 "[fullcodegen] Remove dead hole check logic" * 2aaf217bd05677c9dc8cab7242f698836a830b0a "[crankshaft] Remove dead Variable hole-checking code" * f40a3817e12b08a0d206f4f4c6887c141ec67085 "[crankshaft] Fix mips/mips64 build: remove unused variable" BUG= R=adamk@chromium.org,bmeurer@chromium.org,hablich@chromium.org Review-Url: https://codereview.chromium.org/2640793004 Cr-Commit-Position: refs/heads/master@{#42476} Committed: https://chromium.googlesource.com/v8/v8/+/80234ee31f7387036f91b72cce8893300ada5657

Patch Set 1 #

Patch Set 2 : Revert "[crankshaft] Fix mips/mips64 build: remove unused variable" and "[crankshaft] Remove dead Variable hole-checking code" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1384 lines, -188 lines) Patch
M src/bailout-reason.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 8 chunks +150 lines, -14 lines 0 comments Download
M src/crankshaft/arm/lithium-arm.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 1 3 chunks +24 lines, -0 lines 0 comments Download
M src/crankshaft/arm64/lithium-arm64.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 3 chunks +24 lines, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 13 chunks +100 lines, -27 lines 0 comments Download
M src/crankshaft/hydrogen-instructions.h View 1 3 chunks +48 lines, -6 lines 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download
M src/crankshaft/ia32/lithium-ia32.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 2 chunks +28 lines, -0 lines 0 comments Download
M src/crankshaft/mips/lithium-mips.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 2 chunks +28 lines, -0 lines 0 comments Download
M src/crankshaft/mips64/lithium-mips64.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 3 chunks +35 lines, -0 lines 0 comments Download
M src/crankshaft/ppc/lithium-ppc.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/s390/lithium-codegen-s390.cc View 1 3 chunks +25 lines, -0 lines 0 comments Download
M src/crankshaft/s390/lithium-s390.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download
M src/crankshaft/x64/lithium-x64.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download
M src/crankshaft/x87/lithium-x87.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 9 chunks +81 lines, -12 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 9 chunks +77 lines, -12 lines 0 comments Download
M src/full-codegen/full-codegen.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 10 chunks +79 lines, -12 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 9 chunks +82 lines, -12 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 9 chunks +82 lines, -12 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 9 chunks +81 lines, -12 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 8 chunks +81 lines, -11 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 9 chunks +80 lines, -12 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 10 chunks +79 lines, -12 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Generators.golden View 1 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Modules.golden View 1 11 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 23 (14 generated)
ofrobots
PTAL
3 years, 11 months ago (2017-01-18 15:50:43 UTC) #5
adamk
lgtm, but you'll need bmeurer for OWNERS. Was this sufficient by itself? I would expect ...
3 years, 11 months ago (2017-01-18 17:30:37 UTC) #8
ofrobots
On 2017/01/18 17:30:37, adamk wrote: > lgtm, but you'll need bmeurer for OWNERS. > > ...
3 years, 11 months ago (2017-01-18 17:53:25 UTC) #9
Benedikt Meurer
On 2017/01/18 17:53:25, ofrobots wrote: > On 2017/01/18 17:30:37, adamk wrote: > > lgtm, but ...
3 years, 11 months ago (2017-01-18 17:56:04 UTC) #10
ofrobots
On 2017/01/18 17:56:04, Benedikt Meurer wrote: > On 2017/01/18 17:53:25, ofrobots wrote: > > On ...
3 years, 11 months ago (2017-01-18 18:52:15 UTC) #12
adamk
lgtm
3 years, 11 months ago (2017-01-18 18:56:07 UTC) #15
Benedikt Meurer
LGTM!
3 years, 11 months ago (2017-01-18 19:05:08 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/2640793004/20001
3 years, 11 months ago (2017-01-18 19:25:21 UTC) #20
commit-bot: I haz the power
3 years, 11 months ago (2017-01-18 19:27:49 UTC) #23
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/80234ee31f7387036f91b72cce8893300ad...

Powered by Google App Engine
This is Rietveld 408576698