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

Issue 1934004: Correct bug with left shift on X64 platform from change 4571 (http://code.goo... (Closed)

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

Description

Correct bug with left shift on X64 platform from change 4571 (http://code.google.com/p/v8/source/detail?r=4571). Speed up left shift with a constant left hand side on X64 platform. Add unit test for this bug. Remove unused failure target argument from MacroAssembler::SmiShiftLeft and MacroAssembler::SmiShiftLeftConstant. Committed: http://code.google.com/p/v8/source/detail?r=4598

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -119 lines) Patch
M src/x64/codegen-x64.cc View 1 2 3 4 chunks +20 lines, -28 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 chunk +35 lines, -83 lines 0 comments Download
test/mjsunit/smi-ops.js View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
William Hesse
10 years, 7 months ago (2010-05-05 15:00:25 UTC) #1
William Hesse
10 years, 7 months ago (2010-05-05 15:28:52 UTC) #2
fschneider
LGTM. http://codereview.chromium.org/1934004/diff/7001/8002 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/1934004/diff/7001/8002#newcode6558 src/x64/codegen-x64.cc:6558: __ SmiShiftLeft(answer.reg(), answer.reg(), operand->reg(), NULL); The last parameter ...
10 years, 7 months ago (2010-05-05 16:30:27 UTC) #3
Lasse Reichstein
http://codereview.chromium.org/1934004/diff/7001/8002 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/1934004/diff/7001/8002#newcode6558 src/x64/codegen-x64.cc:6558: __ SmiShiftLeft(answer.reg(), answer.reg(), operand->reg(), NULL); Correct, it's a leftover ...
10 years, 7 months ago (2010-05-05 17:21:33 UTC) #4
William Hesse
Lasse's suggestions incorporated: unused argument to SmiShiftLeft{|Constant} removed.
10 years, 7 months ago (2010-05-06 07:29:31 UTC) #5
Lasse Reichstein
10 years, 7 months ago (2010-05-06 08:00:35 UTC) #6
Last changes LGTM, haven't re-reviewed what Florian LGTM'ed.

Powered by Google App Engine
This is Rietveld 408576698