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

Issue 2814021: X64: Reapply fix for allocating HeapNumber results for >>>. (Closed)

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

Description

X64: Reapply fix for allocating HeapNumber results for >>>. Also skip case where both number arguments are smis.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -32 lines) Patch
M src/x64/codegen-x64.cc View 1 10 chunks +106 lines, -32 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
10 years, 6 months ago (2010-06-21 10:38:09 UTC) #1
William Hesse
LGTM. http://codereview.chromium.org/2814021/diff/1/2 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/2814021/diff/1/2#newcode10500 src/x64/codegen-x64.cc:10500: FloatingPointHelper::LoadAsIntegers(masm, We should probably add a specialized LoadNumbersAsIntegers, ...
10 years, 6 months ago (2010-06-21 10:57:11 UTC) #2
Lasse Reichstein
Addressed review comments. http://codereview.chromium.org/2814021/diff/1/2 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/2814021/diff/1/2#newcode10500 src/x64/codegen-x64.cc:10500: FloatingPointHelper::LoadAsIntegers(masm, Done. http://codereview.chromium.org/2814021/diff/1/2#newcode10544 src/x64/codegen-x64.cc:10544: // Allocate ...
10 years, 6 months ago (2010-06-21 11:18:08 UTC) #3
William Hesse
10 years, 6 months ago (2010-06-21 11:21:15 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698