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

Issue 7857033: Refactored HInferRepresenation::TryChange a bit, making the heuristics a bit clearer. (Closed)

Created:
9 years, 3 months ago by Sven Panne
Modified:
9 years, 3 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Refactored HInferRepresenation::TryChange a bit, making the heuristics a bit clearer. Removed an unneeded check for phis: There are never HValues in the work list which are not convertible to integer and are not a phi. (But even if they were, ignoring IsConvertibleToInteger() then looks like the wrong thing to do.) Committed: http://code.google.com/p/v8/source/detail?r=9225

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -9 lines) Patch
M src/hydrogen.cc View 1 chunk +11 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
9 years, 3 months ago (2011-09-09 12:57:10 UTC) #1
fschneider
9 years, 3 months ago (2011-09-12 09:11:20 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698