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

Issue 173625: Move object allocation in new space to macro assembler (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

Move object allocation in new space to macro assembler Currently allocation in generated code on ARM is only used for allocating heap numbers. This change factors this out for use in upcomming changes. Committed: http://code.google.com/p/v8/source/detail?r=2789

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -28 lines) Patch
M src/arm/codegen-arm.cc View 1 2 1 chunk +13 lines, -28 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 1 chunk +14 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-08-31 12:31:33 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/173625/diff/1004/1006 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/173625/diff/1004/1006#newcode4951 Line 4951: // Allocate an object in the haep ...
11 years, 3 months ago (2009-08-31 15:03:28 UTC) #2
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-01 10:21:39 UTC) #3
http://codereview.chromium.org/173625/diff/1004/1006
File src/arm/codegen-arm.cc (right):

http://codereview.chromium.org/173625/diff/1004/1006#newcode4951
Line 4951: // Allocate an object in the haep for the heap number and tag it as a
heap
On 2009/08/31 15:03:29, Erik Corry wrote:
> haep -> heap

Done.

Powered by Google App Engine
This is Rietveld 408576698