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

Issue 14320021: Ignore observed Double output in binary operations when all uses are truncating to Integer32 (Closed)

Created:
7 years, 8 months ago by Jakob Kummerow
Modified:
7 years, 8 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Ignore observed Double output in binary operations when all uses are truncating to Integer32 BUG=v8:2424 Committed: http://code.google.com/p/v8/source/detail?r=14381

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 2

Patch Set 3 : addressed comment; blacklisted Mul too #

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

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL.
7 years, 8 months ago (2013-04-22 13:22:07 UTC) #1
Sven Panne
LGTM after a small refactoring. https://codereview.chromium.org/14320021/diff/5001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/14320021/diff/5001/src/hydrogen-instructions.cc#newcode2255 src/hydrogen-instructions.cc:2255: if (observed_output_representation_.is_more_general_than(rep)) { Simplifying ...
7 years, 8 months ago (2013-04-22 13:52:29 UTC) #2
Jakob Kummerow
As discussed offline, I additionally had to prevent Mul instructions from ignoring their observed output ...
7 years, 8 months ago (2013-04-22 15:24:41 UTC) #3
Jakob Kummerow
7 years, 8 months ago (2013-04-22 16:31:22 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r14381 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698