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

Issue 8241003: Elements kind conversion in generated code (ia32). (Closed)

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

Description

Elements kind conversion in generated code (ia32). BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9605

Patch Set 1 #

Patch Set 2 : Fixing unintended jump to runtime. #

Patch Set 3 : Refactorings and bugfixes. #

Patch Set 4 : Flag definition to default (false). #

Total comments: 23

Patch Set 5 : Fixing various minor issues. #

Patch Set 6 : Applied suggested changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+526 lines, -378 lines) Patch
M src/code-stubs.h View 1 2 3 4 5 2 chunks +43 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 3 chunks +257 lines, -0 lines 0 comments Download
M src/ic.cc View 1 2 3 4 5 3 chunks +6 lines, -16 lines 0 comments Download
D test/mjsunit/element-kind.js View 1 2 1 chunk +0 lines, -261 lines 0 comments Download
A + test/mjsunit/elements-kind.js View 1 2 3 4 5 7 chunks +113 lines, -100 lines 0 comments Download
A test/mjsunit/elements-transition.js View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
PTaL.
9 years, 2 months ago (2011-10-12 14:30:02 UTC) #1
Jakob Kummerow
Looks good so far, my comments are mostly nits. As discussed, you'll have to take ...
9 years, 2 months ago (2011-10-13 09:15:59 UTC) #2
Yang
PTAL. http://codereview.chromium.org/8241003/diff/1008/src/code-stubs.h File src/code-stubs.h (right): http://codereview.chromium.org/8241003/diff/1008/src/code-stubs.h#newcode1041 src/code-stubs.h:1041: private: On 2011/10/13 09:15:59, Jakob wrote: > nit: ...
9 years, 2 months ago (2011-10-13 09:58:53 UTC) #3
Jakob Kummerow
9 years, 2 months ago (2011-10-13 10:40:55 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698