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

Issue 9369044: Implement elements transitions in ia32 Array constructor with n args. (Closed)

Created:
8 years, 10 months ago by danno
Modified:
8 years, 10 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Implement elements transitions in ia32 Array constructor with n args. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=10674

Patch Set 1 #

Patch Set 2 : Fixes #

Patch Set 3 : More fixes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -2 lines) Patch
M src/ia32/builtins-ia32.cc View 2 4 chunks +37 lines, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
danno
8 years, 10 months ago (2012-02-09 22:00:45 UTC) #1
Yang
On 2012/02/09 22:00:45, danno wrote: LGTM.
8 years, 10 months ago (2012-02-10 09:48:09 UTC) #2
Yang
8 years, 10 months ago (2012-02-10 10:25:13 UTC) #3
One thing I noticed.

http://codereview.chromium.org/9369044/diff/2002/src/ia32/builtins-ia32.cc
File src/ia32/builtins-ia32.cc (right):

http://codereview.chromium.org/9369044/diff/2002/src/ia32/builtins-ia32.cc#ne...
src/ia32/builtins-ia32.cc:1281: __ RecordWriteField(ebx, HeapObject::kMapOffset,
edi, eax,
where does the value of eax come from?

Powered by Google App Engine
This is Rietveld 408576698