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

Issue 6901150: Fix unary sub IC heap number code on x64: an untagged double was pushed on the stack and GCd. (Closed)

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

Description

Fix unary sub IC heap number code on x64: an untagged double was pushed on the stack and GCd. BUG=http://code.google.com/p/v8/issues/detail?id=1352 TEST=mjsunit/math-abs Committed: http://code.google.com/p/v8/source/detail?r=7742

Patch Set 1 #

Total comments: 1

Patch Set 2 : Refactor if statement. #

Patch Set 3 : Fix typo on ia32. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -13 lines) Patch
M src/ia32/code-stubs-ia32.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +14 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
9 years, 7 months ago (2011-05-02 12:40:02 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/6901150/diff/1/src/x64/code-stubs-x64.cc File src/x64/code-stubs-x64.cc (right): http://codereview.chromium.org/6901150/diff/1/src/x64/code-stubs-x64.cc#newcode556 src/x64/code-stubs-x64.cc:556: if (mode_ == UNARY_OVERWRITE) { How about hoisting ...
9 years, 7 months ago (2011-05-02 12:46:25 UTC) #2
Søren Thygesen Gjesse
9 years, 7 months ago (2011-05-02 12:47:26 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698