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

Issue 11377135: Don't emit code for instructions that are hiding behind an HSoftDeoptimize (Closed)

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

Description

Don't emit code for instructions that are hiding behind an HSoftDeoptimize Committed: http://code.google.com/p/v8/source/detail?r=13412

Patch Set 1 #

Patch Set 2 : platform ports and improvements #

Patch Set 3 : platform ports and improvements #

Patch Set 4 : rebased #

Patch Set 5 : fix rebasing error #

Total comments: 4

Patch Set 6 : review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -11 lines) Patch
M src/arm/lithium-arm.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 4 chunks +12 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 9 chunks +76 lines, -11 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 2 chunks +23 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
Please take a look.
8 years ago (2012-12-07 14:23:44 UTC) #1
danno
https://codereview.chromium.org/11377135/diff/10001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/11377135/diff/10001/src/hydrogen-instructions.h#newcode1032 src/hydrogen-instructions.h:1032: set_representation(Representation::Tagged()); Can you add a comment here that explains ...
7 years, 11 months ago (2013-01-10 12:30:05 UTC) #2
Jakob Kummerow
PTAL. https://codereview.chromium.org/11377135/diff/10001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/11377135/diff/10001/src/hydrogen-instructions.h#newcode1032 src/hydrogen-instructions.h:1032: set_representation(Representation::Tagged()); On 2013/01/10 12:30:05, danno wrote: > Can ...
7 years, 11 months ago (2013-01-16 11:35:02 UTC) #3
danno
7 years, 11 months ago (2013-01-16 12:20:03 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698