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

Issue 160272: X64: Added inline keyed load/store and a bunch of other missing functions. (Closed)

Created:
11 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

X64: Added inline keyed load/store and a bunch of other missing functions.

Patch Set 1 #

Total comments: 32

Patch Set 2 : Addressed review comments, and fixed bugs introduced by updating. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1172 lines, -347 lines) Patch
M src/ia32/ic-ia32.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/ic.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 10 chunks +323 lines, -39 lines 0 comments Download
M src/x64/ic-x64.cc View 1 4 chunks +82 lines, -19 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 9 chunks +742 lines, -287 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Lasse Reichstein
Largish review.
11 years, 4 months ago (2009-07-28 14:57:38 UTC) #1
William Hesse
Check the inlined code for loads. http://codereview.chromium.org/160272/diff/1/3 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/160272/diff/1/3#newcode5466 Line 5466: masm->movq(kScratchRegister, Factory::null_value(), ...
11 years, 4 months ago (2009-07-29 09:01:37 UTC) #2
Lasse Reichstein
Good comments. http://codereview.chromium.org/160272/diff/1/3 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/160272/diff/1/3#newcode5466 Line 5466: masm->movq(kScratchRegister, Factory::null_value(), RelocInfo::EMBEDDED_OBJECT); I'm guessing it ...
11 years, 4 months ago (2009-07-29 11:04:38 UTC) #3
William Hesse
LGTM.
11 years, 4 months ago (2009-07-29 12:55:34 UTC) #4
Lasse Reichstein
Had to adapt to the new (six-argument) way of calling load interceptor property IC. Please ...
11 years, 4 months ago (2009-07-30 08:10:07 UTC) #5
William Hesse
11 years, 4 months ago (2009-07-30 08:18:52 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698