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

Issue 8271007: Porting r9605 to x64 (elements kind conversion in generated code). (Closed)

Created:
9 years, 2 months ago by Yang
Modified:
9 years, 2 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Porting r9605 to x64 (elements kind conversion in generated code). Committed: http://code.google.com/p/v8/source/detail?r=9655

Patch Set 1 #

Patch Set 2 : Some fixes. #

Total comments: 10

Patch Set 3 : Fixed a bunch of issues and included suggestions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -36 lines) Patch
M src/code-stubs.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 7 chunks +26 lines, -26 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 2 chunks +181 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M test/mjsunit/elements-transition.js View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
Please take a look. This also includes small changes to the ia32 version, cutting some ...
9 years, 2 months ago (2011-10-14 08:32:09 UTC) #1
Jakob Kummerow
LGTM with comments addressed. http://codereview.chromium.org/8271007/diff/1001/src/x64/code-stubs-x64.cc File src/x64/code-stubs-x64.cc (right): http://codereview.chromium.org/8271007/diff/1001/src/x64/code-stubs-x64.cc#newcode6006 src/x64/code-stubs-x64.cc:6006: __ jmp(&gc_required); lolwut? http://codereview.chromium.org/8271007/diff/1001/src/x64/code-stubs-x64.cc#newcode6016 src/x64/code-stubs-x64.cc:6016: ...
9 years, 2 months ago (2011-10-14 09:25:38 UTC) #2
Yang
Please take another look. Issue v8:1767 seems to be unrelated to this CL since it ...
9 years, 2 months ago (2011-10-14 16:04:27 UTC) #3
Jakob Kummerow
9 years, 2 months ago (2011-10-17 07:29:50 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698