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

Issue 2835030: X64: Made simpler version of fast-smi-loop code. (Closed)

Created:
10 years, 5 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

X64: Made simpler version of fast-smi-loop code. It avoids the overflow check on the increment.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -17 lines) Patch
M src/x64/codegen-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 3 chunks +119 lines, -17 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
10 years, 5 months ago (2010-07-01 11:25:32 UTC) #1
Mads Ager (chromium)
LGTM Is this done on the other platforms? http://codereview.chromium.org/2835030/diff/1/2 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/2835030/diff/1/2#newcode1648 src/x64/codegen-x64.cc:1648: loop.set_direction(JumpTarget::BIDIRECTIONAL); ...
10 years, 5 months ago (2010-07-01 11:49:21 UTC) #2
Lasse Reichstein
Not yet on other platforms. Let's see how much this buys first. http://codereview.chromium.org/2835030/diff/1/2 File src/x64/codegen-x64.cc ...
10 years, 5 months ago (2010-07-01 11:58:01 UTC) #3
William Hesse
10 years, 5 months ago (2010-07-14 14:42:42 UTC) #4
This has an error that was fixed in r5069.  The loop index needs to be taken
from the slot, the register spilled, incremented, and the modified value written
back to the slot.

Powered by Google App Engine
This is Rietveld 408576698