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

Issue 6260035: Fix a bug in the placement of minus-zero checks and in GVN.... (Closed)

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

Description

Fix a bug in the placement of minus-zero checks and in GVN. 1. The placement of checks for negative zero has to be computed after all conversion instructions have been inserted. I separated the code into its own phase. 2. GVN need to take instruction flags into account when comparing instructions for redundancy. Committed: http://code.google.com/p/v8/source/detail?r=6534

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -9 lines) Patch
M src/hydrogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 1 3 chunks +25 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-1085.js View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
fschneider
9 years, 10 months ago (2011-01-31 11:54:02 UTC) #1
William Hesse
Potentially inefficient reallocation. Otherwise, LGTM. http://codereview.chromium.org/6260035/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/6260035/diff/1/src/hydrogen.cc#newcode1991 src/hydrogen.cc:1991: BitVector visited(GetMaximumValueID()); Is this ...
9 years, 10 months ago (2011-01-31 12:22:54 UTC) #2
fschneider
http://codereview.chromium.org/6260035/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/6260035/diff/1/src/hydrogen.cc#newcode1991 src/hydrogen.cc:1991: BitVector visited(GetMaximumValueID()); On 2011/01/31 12:22:54, William Hesse wrote: > ...
9 years, 10 months ago (2011-01-31 12:34:44 UTC) #3
William Hesse
9 years, 10 months ago (2011-01-31 12:35:49 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698