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

Issue 219030: Change the functions named AllocateObjectInNewSpace to AllocateInNewSpace (Closed)

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

Description

Change the functions named AllocateObjectInNewSpace to AllocateInNewSpace. These functions just moves forward the new space allocation top, and in some situations they are used to reserve space for several objects. Committed: http://code.google.com/p/v8/source/detail?r=2993

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -236 lines) Patch
M src/arm/builtins-arm.cc View 5 chunks +25 lines, -25 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +12 lines, -12 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 4 chunks +29 lines, -34 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +21 lines, -21 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +20 lines, -20 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 4 chunks +34 lines, -34 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +21 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +20 lines, -20 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-24 08:49:51 UTC) #1
Lasse Reichstein
11 years, 2 months ago (2009-09-30 08:54:34 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698