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

Issue 16631002: Separate Cell and PropertyCell spaces (Closed)

Created:
7 years, 6 months ago by danno
Modified:
7 years, 6 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev, Hannes Payer (out of office)
Visibility:
Public.

Description

Separate Cell and PropertyCell spaces This makes it possible to store additional information on property cells, for example Type and optimized Code dependencies. R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15089

Patch Set 1 #

Patch Set 2 : Fix stuff #

Patch Set 3 : Make it actually work #

Patch Set 4 : Fix nits #

Patch Set 5 : Rebase to latest #

Patch Set 6 : Merge with ToT #

Total comments: 30

Patch Set 7 : Review feedback #

Patch Set 8 : Review feedback 2 #

Patch Set 9 : Remove Mips changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+666 lines, -339 lines) Patch
M include/v8.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -15 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 7 8 chunks +12 lines, -13 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 6 chunks +10 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 4 chunks +6 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 5 6 7 13 chunks +16 lines, -20 lines 0 comments Download
M src/assembler.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M src/ast.h View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M src/ast.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/extensions/statistics-extension.cc View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/full-codegen.h View 3 chunks +3 lines, -4 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 2 3 4 5 6 7 chunks +19 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 3 4 5 6 7 25 chunks +90 lines, -8 lines 0 comments Download
M src/heap-inl.h View 1 2 3 4 5 6 7 3 chunks +17 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 3 4 5 6 7 6 chunks +15 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 4 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -15 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 6 7 7 chunks +11 lines, -12 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 5 6 chunks +9 lines, -13 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 10 chunks +11 lines, -11 lines 0 comments Download
M src/incremental-marking.cc View 1 2 3 4 5 6 3 chunks +3 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 4 5 6 7 11 chunks +48 lines, -1 line 0 comments Download
M src/mksnapshot.cc View 1 2 3 4 5 6 4 chunks +10 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 12 chunks +52 lines, -12 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 11 chunks +34 lines, -17 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 6 7 4 chunks +19 lines, -7 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 4 5 6 7 4 chunks +13 lines, -4 lines 0 comments Download
M src/objects-visiting.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M src/objects-visiting.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M src/objects-visiting-inl.h View 1 2 3 4 5 6 7 4 chunks +10 lines, -5 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 1 2 3 4 5 6 7 4 chunks +6 lines, -6 lines 0 comments Download
M src/snapshot.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M src/snapshot-common.cc View 1 2 3 4 5 6 5 chunks +9 lines, -1 line 0 comments Download
M src/snapshot-empty.cc View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M src/spaces.h View 1 2 3 4 5 6 2 chunks +29 lines, -2 lines 0 comments Download
M src/spaces.cc View 1 2 3 4 5 6 3 chunks +12 lines, -1 line 0 comments Download
M src/stub-cache.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/type-info.cc View 1 2 3 4 5 6 4 chunks +8 lines, -10 lines 0 comments Download
M src/v8-counters.h View 1 2 3 4 5 6 3 chunks +13 lines, -1 line 0 comments Download
M src/v8globals.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -15 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 6 7 8 chunks +12 lines, -13 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 6 chunks +9 lines, -14 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 4 5 6 7 4 chunks +9 lines, -13 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 10 chunks +11 lines, -11 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
danno
PTAL
7 years, 6 months ago (2013-06-07 15:39:52 UTC) #1
Michael Starzinger
One high-level thing: I know it is probably tedious to change, but would it be ...
7 years, 6 months ago (2013-06-11 17:37:34 UTC) #2
Michael Starzinger
Detailed comments and nits. https://codereview.chromium.org/16631002/diff/12001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/16631002/diff/12001/src/arm/code-stubs-arm.cc#newcode7352 src/arm/code-stubs-arm.cc:7352: Handle<Map> cell_map( nit: Should fit ...
7 years, 6 months ago (2013-06-12 13:23:25 UTC) #3
danno
Please take another look. https://codereview.chromium.org/16631002/diff/12001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/16631002/diff/12001/src/arm/code-stubs-arm.cc#newcode7352 src/arm/code-stubs-arm.cc:7352: Handle<Map> cell_map( On 2013/06/12 13:23:25, ...
7 years, 6 months ago (2013-06-12 14:24:27 UTC) #4
Michael Starzinger
LGTM.
7 years, 6 months ago (2013-06-12 14:34:30 UTC) #5
danno
7 years, 6 months ago (2013-06-12 15:04:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #9 manually as r15089 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698