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

Issue 6581036: X64: Implement DoHasInstanceType (Closed)

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

Description

X64: Implement DoHasInstanceType Committed: http://code.google.com/p/v8/source/detail?r=6940

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -3 lines) Patch
M src/x64/lithium-codegen-x64.cc View 1 chunk +14 lines, -1 line 1 comment Download
M src/x64/lithium-x64.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
9 years, 10 months ago (2011-02-24 16:55:25 UTC) #1
William Hesse
9 years, 10 months ago (2011-02-24 17:05:30 UTC) #2
LGTM.

http://codereview.chromium.org/6581036/diff/1/src/x64/lithium-codegen-x64.cc
File src/x64/lithium-codegen-x64.cc (right):

http://codereview.chromium.org/6581036/diff/1/src/x64/lithium-codegen-x64.cc#...
src/x64/lithium-codegen-x64.cc:1591: __ Move(result, Factory::true_value());
Use LoadRoot(result, Heap::kTrueValueRootIndex);

Powered by Google App Engine
This is Rietveld 408576698