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

Issue 6615012: Mark HChange that convert to int32 with truncation with the appropiate flag.... (Closed)

Created:
9 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Mark HChange that convert to int32 with truncation with the appropiate flag. Before we would compute the flag by iterating over all uses. The truncating flag is always determined at construction time since we already computed the flag for all other instructions before inserting HChange instructions. Committed: http://code.google.com/p/v8/source/detail?r=7047

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 9 months ago (2011-03-03 12:24:50 UTC) #1
Kevin Millikin (Chromium)
9 years, 9 months ago (2011-03-03 12:56:55 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698