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

Issue 19528003: Unify SoftDeoptimize and Deoptimize hydrogen instructions (Closed)

Created:
7 years, 5 months ago by danno
Modified:
7 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Unify SoftDeoptimize and Deoptimize hydrogen instructions BUG=chromium:258519 R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15827

Patch Set 1 #

Patch Set 2 : Port to all platforms #

Patch Set 3 : Cleanup #

Patch Set 4 : Use defaults for Add<HDeoptimize> #

Total comments: 30

Patch Set 5 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -295 lines) Patch
M src/arm/lithium-arm.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 2 chunks +9 lines, -11 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 4 chunks +9 lines, -6 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 7 chunks +66 lines, -20 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 54 chunks +113 lines, -116 lines 0 comments Download
M src/hydrogen-deoptimizing-mark.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 4 chunks +10 lines, -59 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
M src/hydrogen-osr.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 2 chunks +9 lines, -11 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 3 4 2 chunks +9 lines, -13 lines 0 comments Download
M src/mips/lithium-mips.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 2 chunks +9 lines, -11 lines 0 comments Download
M src/x64/lithium-x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
Unify SoftDeoptimize and Deoptimize hydrogen instructions Also add convenience utilities for HReturn and HSimulate that ...
7 years, 5 months ago (2013-07-18 14:11:24 UTC) #1
Jakob Kummerow
I like this patch a lot! But I do have some comments. https://codereview.chromium.org/19528003/diff/5001/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc ...
7 years, 5 months ago (2013-07-22 16:53:12 UTC) #2
danno
PTAL. Sorry, my rebase get screwed up, so I don't have a rebased version of ...
7 years, 5 months ago (2013-07-23 12:18:14 UTC) #3
Jakob Kummerow
LGTM!
7 years, 5 months ago (2013-07-23 13:12:01 UTC) #4
danno
7 years, 5 months ago (2013-07-23 13:35:25 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r15827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698