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

Issue 6308019: X64 Crankshaft: Added yet more operations. (Closed)

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

Description

X64 Crankshaft: Added yet more operations. Added operations: DoStoreGlobal DoLoadNamedField DoStoreNamedField DoCheckPrototypeMaps DoEnterInlined Committed: http://code.google.com/p/v8/source/detail?r=6512

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -14 lines) Patch
M src/x64/lithium-codegen-x64.cc View 4 chunks +67 lines, -4 lines 2 comments Download
M src/x64/lithium-x64.cc View 5 chunks +31 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
9 years, 10 months ago (2011-01-27 12:46:19 UTC) #1
Rico
LGTM
9 years, 10 months ago (2011-01-27 12:54:29 UTC) #2
Mads Ager (chromium)
http://codereview.chromium.org/6308019/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): http://codereview.chromium.org/6308019/diff/1/src/x64/lithium-codegen-x64.cc#newcode1414 src/x64/lithium-codegen-x64.cc:1414: Register value = ToRegister(instr->InputAt(0)); This has changed recently. You ...
9 years, 10 months ago (2011-01-27 14:21:42 UTC) #3
Lasse Reichstein
9 years, 10 months ago (2011-01-28 10:50:10 UTC) #4
http://codereview.chromium.org/6308019/diff/1/src/x64/lithium-codegen-x64.cc
File src/x64/lithium-codegen-x64.cc (right):

http://codereview.chromium.org/6308019/diff/1/src/x64/lithium-codegen-x64.cc#...
src/x64/lithium-codegen-x64.cc:1414: Register value =
ToRegister(instr->InputAt(0));
Thanks for the heads-up. Will be added as part of next patch.

Powered by Google App Engine
This is Rietveld 408576698