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

Issue 6596101: X64: Always use rax as left register from DoInstanceOfKnownGlobal.... (Closed)

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

Description

X64: Always use rax as left register from DoInstanceOfKnownGlobal. On IA32 we use InstanceofStub::left(), but on x64 we have just used rax and rdx directly. This fixes the assertion crashes on x64 crankshaft. Committed: http://code.google.com/p/v8/source/detail?r=7010

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/x64/lithium-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
9 years, 9 months ago (2011-03-02 07:35:14 UTC) #1
Mads Ager (chromium)
9 years, 9 months ago (2011-03-02 07:43:23 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698