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

Issue 18669: Remove spills from SMI immediate bitwise and shift operations. (Closed)

Created:
11 years, 11 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove spills from SMI immediate bitwise and shift operations. Committed: http://code.google.com/p/v8/source/detail?r=1160

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 19

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -76 lines) Patch
M src/codegen-ia32.cc View 1 2 3 4 7 chunks +90 lines, -76 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
William Hesse
This change currently incorporates the earlier changlist 18495. Once that change is committed, it will ...
11 years, 11 months ago (2009-01-22 18:45:48 UTC) #1
William Hesse
This changelist is now updated, and should be reviewed. It no longer includes changes from ...
11 years, 11 months ago (2009-01-23 16:22:51 UTC) #2
Kevin Millikin (Chromium)
Initial round of comments. I have not looked closely at the whole thing yet so ...
11 years, 11 months ago (2009-01-24 08:00:12 UTC) #3
William Hesse
Updated file uploaded. Comments addressed. http://codereview.chromium.org/18669/diff/203/3 File src/codegen-ia32.cc (right): http://codereview.chromium.org/18669/diff/203/3#newcode806 Line 806: DeferredCode(generator), op_(op), value_(value), ...
11 years, 11 months ago (2009-01-26 09:52:10 UTC) #4
Kevin Millikin (Chromium)
OK, I've been through it. Just a few comments or questions. http://codereview.chromium.org/18669/diff/203/3 File src/codegen-ia32.cc (right): ...
11 years, 11 months ago (2009-01-26 09:55:51 UTC) #5
William Hesse
http://codereview.chromium.org/18669/diff/203/3 File src/codegen-ia32.cc (right): http://codereview.chromium.org/18669/diff/203/3#newcode1087 Line 1087: if (shift_value < 2) { On 2009/01/26 09:55:51, ...
11 years, 11 months ago (2009-01-26 11:49:32 UTC) #6
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-26 16:00:55 UTC) #7
LGTM (remember to check the buildbot after submitting!).

Powered by Google App Engine
This is Rietveld 408576698