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

Issue 184009: 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. Re-apply http://codereview.chromium.org/175045 with the single change that the line mov(scratch, Operand(new_space_allocation_top)); have been added to MacroAssembler::UndoAllocationInNewSpace after the #endif. Without this change the top was not reset. TBR=erik.corry@gmail.com Committed: http://code.google.com/p/v8/source/detail?r=2815

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -18 lines) Patch
M src/arm/builtins-arm.cc View 1 2 chunks +130 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 2 chunks +26 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +72 lines, -3 lines 0 comments Download
M src/objects.h View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-02 11:12:46 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698