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

Issue 876613002: Only use FreeSpace objects in the free list. (Closed)

Created:
5 years, 11 months ago by Yang
Modified:
5 years, 11 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Only use FreeSpace objects in the free list. This solves an issue with the custom startup snapshot, in cases where deserializing the isolate requires more than one page per space. R=hpayer@chromium.org Committed: https://crrev.com/66964395108f03220cb6f45ddc73c5965e2c76a9 Cr-Commit-Position: refs/heads/master@{#26285}

Patch Set 1 #

Patch Set 2 : update multiplier for mips64 #

Total comments: 8

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -310 lines) Patch
M src/allocation-tracker.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/api.cc View 1 2 3 chunks +51 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 chunks +16 lines, -10 lines 0 comments Download
M src/heap/spaces.h View 6 chunks +14 lines, -55 lines 0 comments Download
M src/heap/spaces.cc View 17 chunks +38 lines, -158 lines 0 comments Download
M src/heap/spaces-inl.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/isolate.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.h View 1 2 3 chunks +12 lines, -6 lines 0 comments Download
M src/objects-inl.h View 2 chunks +33 lines, -1 line 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.h View 1 chunk +27 lines, -15 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M test/cctest/test-serialize.cc View 7 chunks +58 lines, -19 lines 0 comments Download
M test/cctest/test-spaces.cc View 2 chunks +3 lines, -15 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Yang
5 years, 11 months ago (2015-01-26 10:47:30 UTC) #1
Hannes Payer (out of office)
LGTM, just nits. Thanks for simplifying this. https://codereview.chromium.org/876613002/diff/20001/src/allocation-tracker.cc File src/allocation-tracker.cc (right): https://codereview.chromium.org/876613002/diff/20001/src/allocation-tracker.cc#newcode225 src/allocation-tracker.cc:225: bool IsFillerOrFreeListNode(HeapObject* ...
5 years, 11 months ago (2015-01-27 08:05:49 UTC) #2
Yang
https://codereview.chromium.org/876613002/diff/20001/src/allocation-tracker.cc File src/allocation-tracker.cc (right): https://codereview.chromium.org/876613002/diff/20001/src/allocation-tracker.cc#newcode225 src/allocation-tracker.cc:225: bool IsFillerOrFreeListNode(HeapObject* object) { On 2015/01/27 08:05:49, Hannes Payer ...
5 years, 11 months ago (2015-01-27 08:49:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876613002/40001
5 years, 11 months ago (2015-01-27 08:50:21 UTC) #5
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-27 09:20:34 UTC) #6
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/66964395108f03220cb6f45ddc73c5965e2c76a9 Cr-Commit-Position: refs/heads/master@{#26285}
5 years, 11 months ago (2015-01-27 09:20:39 UTC) #7
Yang
5 years, 11 months ago (2015-01-27 09:40:34 UTC) #8
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/882443004/ by yangguo@chromium.org.

The reason for reverting is: Test failures.

Powered by Google App Engine
This is Rietveld 408576698