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

Issue 175045: First step in allocating objects in generated code on ARM (Closed)

Created:
11 years, 3 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

First step in allocating objects in generated code on ARM This change moves the allocation of new objects into generated code. The allocation will bail out into the runtime system if the number of properties to allocate for the object exceeds the number of in-object properties. Committed: http://code.google.com/p/v8/source/detail?r=2797

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -18 lines) Patch
M src/arm/builtins-arm.cc View 1 2 2 chunks +129 lines, -7 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 chunks +26 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 chunks +69 lines, -3 lines 0 comments Download
M src/objects.h View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-01 09:41:50 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/175045/diff/1/3 File src/arm/builtins-arm.cc (right): http://codereview.chromium.org/175045/diff/1/3#newcode152 Line 152: __ LoadRoot(r6, Heap::kEmptyFixedArrayRootIndex); If you move this ...
11 years, 3 months ago (2009-09-01 12:29:36 UTC) #2
Søren Thygesen Gjesse
http://codereview.chromium.org/175045/diff/1/3 File src/arm/builtins-arm.cc (right): http://codereview.chromium.org/175045/diff/1/3#newcode152 Line 152: __ LoadRoot(r6, Heap::kEmptyFixedArrayRootIndex); On 2009/09/01 12:29:36, Erik Corry ...
11 years, 3 months ago (2009-09-01 14:26:13 UTC) #3
Erik Corry
11 years, 3 months ago (2009-09-02 11:55:07 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698