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

Issue 9156001: Improved range analysis for bitwise operations. (Closed)

Created:
8 years, 11 months ago by sra1
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : #

Total comments: 7

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -49 lines) Patch
M src/hydrogen-instructions.h View 1 2 3 4 5 3 chunks +56 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 2 chunks +28 lines, -48 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-bitrange.cc View 1 2 3 4 1 chunk +255 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
sra1
If there is interest in going forward with this, I would move BitRange to a ...
8 years, 11 months ago (2012-01-09 20:43:24 UTC) #1
Sven Panne
I have a general remark about the approach in this CL: If I read the ...
8 years, 11 months ago (2012-01-10 08:57:52 UTC) #2
sra1
On 2012/01/10 08:57:52, Sven wrote: > I have a general remark about the approach in ...
8 years, 11 months ago (2012-01-14 10:35:39 UTC) #3
fschneider
I'd also like to have a cctest for the new BitRange class. Otherwise LGTM. https://chromiumcodereview.appspot.com/9156001/diff/2002/src/hydrogen-instructions.cc ...
8 years, 9 months ago (2012-02-28 13:26:52 UTC) #4
Sven Panne
Hmmm, I still doubt that chained bitops are handled by this CL, so it has ...
8 years, 9 months ago (2012-02-28 13:51:27 UTC) #5
sra1
Added test. https://codereview.chromium.org/9156001/diff/2002/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/9156001/diff/2002/src/hydrogen-instructions.cc#newcode1317 src/hydrogen-instructions.cc:1317: result.ExtendRange(&lower, &upper); On 2012/02/28 13:26:52, fschneider wrote: ...
7 years, 6 months ago (2013-06-11 05:19:15 UTC) #6
Toon Verwaest
2x2 decomposition sounds better to me, especially given that our range analysis for a large ...
7 years, 6 months ago (2013-06-11 09:37:08 UTC) #7
fschneider
Still LGTM. I think it's a good idea to land the 1x1 decomposition to make ...
7 years, 6 months ago (2013-06-11 10:22:36 UTC) #8
Toon Verwaest
Ok, sounds good to me. lgtm as well, with a nit. https://codereview.chromium.org/9156001/diff/22003/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): ...
7 years, 6 months ago (2013-06-11 12:47:46 UTC) #9
sra1
I have updated the tests and addressed CR comments. I don't think I have a ...
7 years, 6 months ago (2013-06-12 00:12:23 UTC) #10
Toon Verwaest
Committed patchset #6 manually as r15170 (presubmit successful).
7 years, 6 months ago (2013-06-14 16:55:42 UTC) #11
Toon Verwaest
7 years, 6 months ago (2013-06-14 17:24:15 UTC) #12
Message was sent while issue was closed.
The test file breaks on Windows, so I reverted.

Powered by Google App Engine
This is Rietveld 408576698