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

Issue 12314155: Allow direct allocation in old pointer space. (Closed)

Created:
7 years, 9 months ago by Hannes Payer (out of office)
Modified:
7 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Allow direct allocation in old pointer space. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13940

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 20

Patch Set 8 : #

Patch Set 9 : #

Total comments: 8

Patch Set 10 : #

Patch Set 11 : #

Total comments: 4

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Total comments: 4

Patch Set 15 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+331 lines, -327 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -12 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -15 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -14 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 4 5 6 7 8 9 12 13 1 chunk +14 lines, -13 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +26 lines, -44 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -4 lines 0 comments Download
M src/assembler.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -12 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 6 7 8 9 4 chunks +5 lines, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -9 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 4 5 6 7 8 9 12 13 2 chunks +19 lines, -16 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 chunks +38 lines, -58 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
M src/macro-assembler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +23 lines, -1 line 0 comments Download
M src/runtime.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 6 7 8 9 1 chunk +21 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M src/spaces.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -12 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 6 7 8 9 5 chunks +8 lines, -12 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -9 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 4 5 6 7 8 9 12 13 2 chunks +19 lines, -16 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 chunks +33 lines, -51 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-05 09:10:50 UTC) #1
mvstanton
Hi Hannes, see my comments re: a unit test and a minor code comment. This ...
7 years, 9 months ago (2013-03-05 09:35:57 UTC) #2
danno
https://codereview.chromium.org/12314155/diff/12001/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/12314155/diff/12001/src/arm/lithium-codegen-arm.cc#newcode5654 src/arm/lithium-codegen-arm.cc:5654: __ AllocateInNewSpace(size, result, scratch, scratch2, deferred->entry(), Seems like the ...
7 years, 9 months ago (2013-03-05 12:18:17 UTC) #3
Michael Starzinger
https://codereview.chromium.org/12314155/diff/23001/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/12314155/diff/23001/src/assembler.cc#newcode1166 src/assembler.cc:1166: Two empty newlines between functions. Also one occurrence above ...
7 years, 9 months ago (2013-03-07 19:19:38 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/12314155/diff/12001/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/12314155/diff/12001/src/arm/lithium-codegen-arm.cc#newcode5654 src/arm/lithium-codegen-arm.cc:5654: __ AllocateInNewSpace(size, result, scratch, scratch2, deferred->entry(), On 2013/03/05 12:18:18, ...
7 years, 9 months ago (2013-03-11 17:16:31 UTC) #5
danno
https://codereview.chromium.org/12314155/diff/30036/src/ia32/macro-assembler-ia32.cc File src/ia32/macro-assembler-ia32.cc (right): https://codereview.chromium.org/12314155/diff/30036/src/ia32/macro-assembler-ia32.cc#newcode1217 src/ia32/macro-assembler-ia32.cc:1217: ExternalReference allocation_top = ((flags & PRETENURE) != 0) ? ...
7 years, 9 months ago (2013-03-12 11:28:20 UTC) #6
Hannes Payer (out of office)
https://codereview.chromium.org/12314155/diff/30036/src/ia32/macro-assembler-ia32.cc File src/ia32/macro-assembler-ia32.cc (right): https://codereview.chromium.org/12314155/diff/30036/src/ia32/macro-assembler-ia32.cc#newcode1217 src/ia32/macro-assembler-ia32.cc:1217: ExternalReference allocation_top = ((flags & PRETENURE) != 0) ? ...
7 years, 9 months ago (2013-03-12 12:37:27 UTC) #7
Hannes Payer (out of office)
On 2013/03/12 12:37:27, Hannes Payer wrote: > https://codereview.chromium.org/12314155/diff/30036/src/ia32/macro-assembler-ia32.cc > File src/ia32/macro-assembler-ia32.cc (right): > > https://codereview.chromium.org/12314155/diff/30036/src/ia32/macro-assembler-ia32.cc#newcode1217 ...
7 years, 9 months ago (2013-03-13 07:50:07 UTC) #8
danno
lgtm https://codereview.chromium.org/12314155/diff/43001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/12314155/diff/43001/src/arm/macro-assembler-arm.cc#newcode1641 src/arm/macro-assembler-arm.cc:1641: ((flags & DOUBLE_ALIGNMENT) != 0)) { Is this ...
7 years, 9 months ago (2013-03-13 09:08:32 UTC) #9
Hannes Payer (out of office)
https://codereview.chromium.org/12314155/diff/43001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/12314155/diff/43001/src/arm/macro-assembler-arm.cc#newcode1641 src/arm/macro-assembler-arm.cc:1641: ((flags & DOUBLE_ALIGNMENT) != 0)) { On 2013/03/13 09:08:32, ...
7 years, 9 months ago (2013-03-14 08:18:51 UTC) #10
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-14 08:33:15 UTC) #11
Message was sent while issue was closed.
Committed patchset #15 manually as r13940 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698