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

Issue 68493005: Constant-folding through HForceRepresentation fix. (Closed)

Created:
7 years, 1 month ago by Igor Sheludko
Modified:
7 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Constant-folding through HForceRepresentation fix. Reverts changes in HValue::IsInteger32Constant() made in https://code.google.com/p/v8/source/detail?r=17787 R=bmeurer@chromium.org, mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17863

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review notes fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -19 lines) Patch
M src/hydrogen.cc View 1 5 chunks +12 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 2 chunks +19 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Igor Sheludko
7 years, 1 month ago (2013-11-18 13:46:21 UTC) #1
Benedikt Meurer
Nice cleanup. LGTM, but wait for Michaels opinion on this one.
7 years, 1 month ago (2013-11-19 08:25:09 UTC) #2
mvstanton
One small nit, but lgtm. It's a good idea! --michael https://codereview.chromium.org/68493005/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/68493005/diff/1/src/hydrogen-instructions.cc#newcode1328 ...
7 years, 1 month ago (2013-11-19 10:22:27 UTC) #3
Igor Sheludko
Committed patchset #2 manually as r17863 (presubmit successful).
7 years, 1 month ago (2013-11-19 11:41:11 UTC) #4
Igor Sheludko
7 years, 1 month ago (2013-11-19 11:43:35 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/68493005/diff/1/src/hydrogen-instructions.cc
File src/hydrogen-instructions.cc (right):

https://codereview.chromium.org/68493005/diff/1/src/hydrogen-instructions.cc#...
src/hydrogen-instructions.cc:1328: if ((c->HasNumberValue())) {
On 2013/11/19 10:22:28, mvstanton wrote:
> nit: remove extra parens

Done.

Powered by Google App Engine
This is Rietveld 408576698