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

Issue 6880007: Use movaps instead of movsd in the gap resolver on ia32 as well. (Closed)

Created:
9 years, 8 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use movaps instead of movsd in the gap resolver on ia32 as well. This is ok since we don't care about preserving the upper half of xmm registers in Crankshaft code. Committed: http://code.google.com/p/v8/source/detail?r=7660

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -9 lines) Patch
M src/ia32/lithium-gap-resolver-ia32.cc View 1 2 2 chunks +18 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
fschneider
9 years, 8 months ago (2011-04-18 13:49:36 UTC) #1
Kevin Millikin (Chromium)
LGTM. http://codereview.chromium.org/6880007/diff/4001/src/ia32/lithium-gap-resolver-ia32.cc File src/ia32/lithium-gap-resolver-ia32.cc (right): http://codereview.chromium.org/6880007/diff/4001/src/ia32/lithium-gap-resolver-ia32.cc#newcode318 src/ia32/lithium-gap-resolver-ia32.cc:318: } else { To fit the rest of ...
9 years, 8 months ago (2011-04-18 14:02:59 UTC) #2
fschneider
9 years, 8 months ago (2011-04-19 09:16:24 UTC) #3
http://codereview.chromium.org/6880007/diff/4001/src/ia32/lithium-gap-resolve...
File src/ia32/lithium-gap-resolver-ia32.cc (right):

http://codereview.chromium.org/6880007/diff/4001/src/ia32/lithium-gap-resolve...
src/ia32/lithium-gap-resolver-ia32.cc:318: } else {
On 2011/04/18 14:02:59, Kevin Millikin wrote:
> To fit the rest of the code, you should turn the ASSERT with the disjunction
> above into ASSERT(destination->IsDoubleRegister()) in the else branch.  Also,
> the other code seems to always handle the register case first.

Done.

Powered by Google App Engine
This is Rietveld 408576698