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

Issue 19504007: Calls to HCheckFunction can be eliminated if the value is an HConstant. (Closed)

Created:
7 years, 5 months ago by mvstanton
Modified:
7 years, 5 months ago
Reviewers:
Sven Panne, danno
CC:
v8-dev
Visibility:
Public.

Description

Calls to HCheckFunction can be eliminated if the value is an HConstant. Reland "Calls to HCheckFunction can be eliminated if the value is an HConstant" (https://codereview.chromium.org/18751003/). The CL failed because of heap snapshot issues. alph@chromium.org just checked in a fix for that (https://code.google.com/p/v8/source/detail?r=15694). BUG= R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15704

Patch Set 1 #

Total comments: 2

Patch Set 2 : Deobfuscate a predicate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M src/hydrogen-instructions.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Danno, here is the reland of the CL that you and Michael reviewed ~1 ...
7 years, 5 months ago (2013-07-17 08:06:44 UTC) #1
Sven Panne
Quick DBC for de-obfuscating a predicate :-) https://codereview.chromium.org/19504007/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/19504007/diff/1/src/hydrogen-instructions.h#newcode3416 src/hydrogen-instructions.h:3416: if (!has_double_value_) ...
7 years, 5 months ago (2013-07-17 08:09:56 UTC) #2
danno
LGTM with Sven's comment addressed.
7 years, 5 months ago (2013-07-17 08:18:52 UTC) #3
mvstanton
Predicate duly deobfuscated ;-), thx Sven! --Michael https://codereview.chromium.org/19504007/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/19504007/diff/1/src/hydrogen-instructions.h#newcode3416 src/hydrogen-instructions.h:3416: if (!has_double_value_) ...
7 years, 5 months ago (2013-07-17 08:45:46 UTC) #4
mvstanton
7 years, 5 months ago (2013-07-17 08:46:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15704 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698