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

Issue 1322523004: [heap] Make compaction space accept external memory. (Closed)

Created:
5 years, 3 months ago by Michael Lippautz
Modified:
5 years, 3 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

[heap] Make compaction space accept external memory. BUG=chromium:524425 LOG=N Committed: https://crrev.com/4ecf07daa3d0a6081679b788f0cfd7e16fe62064 Cr-Commit-Position: refs/heads/master@{#30428}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comment #

Patch Set 3 : intptr_t -> int #

Patch Set 4 : intptr/int troubles #

Patch Set 5 : Properly free spaces and allocator #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -12 lines) Patch
M src/heap/spaces.h View 1 5 chunks +21 lines, -10 lines 0 comments Download
M src/heap/spaces.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/heap/spaces-inl.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M test/cctest/test-spaces.cc View 1 2 3 4 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
Michael Lippautz
https://codereview.chromium.org/1322523004/diff/1/src/heap/spaces.cc File src/heap/spaces.cc (left): https://codereview.chromium.org/1322523004/diff/1/src/heap/spaces.cc#oldcode2222 src/heap/spaces.cc:2222: DCHECK_LE(FreeList::kSmallListMin, size_in_bytes); kSmallListMin is now private (as all other ...
5 years, 3 months ago (2015-08-27 18:23:47 UTC) #2
Hannes Payer (out of office)
cool, lgtm https://codereview.chromium.org/1322523004/diff/1/test/cctest/test-spaces.cc File test/cctest/test-spaces.cc (right): https://codereview.chromium.org/1322523004/diff/1/test/cctest/test-spaces.cc#newcode444 test/cctest/test-spaces.cc:444: TEST(CompactionSpaceUsingExternal) { CompactionSpaceUsingExternalMemory
5 years, 3 months ago (2015-08-27 18:30:41 UTC) #3
Michael Lippautz
https://codereview.chromium.org/1322523004/diff/1/test/cctest/test-spaces.cc File test/cctest/test-spaces.cc (right): https://codereview.chromium.org/1322523004/diff/1/test/cctest/test-spaces.cc#newcode444 test/cctest/test-spaces.cc:444: TEST(CompactionSpaceUsingExternal) { On 2015/08/27 18:30:40, Hannes Payer (OOO) wrote: ...
5 years, 3 months ago (2015-08-27 18:37:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322523004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322523004/20001
5 years, 3 months ago (2015-08-27 18:38:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322523004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322523004/40001
5 years, 3 months ago (2015-08-27 18:45:21 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/3789)
5 years, 3 months ago (2015-08-27 18:55:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322523004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322523004/60001
5 years, 3 months ago (2015-08-27 19:04:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322523004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322523004/80001
5 years, 3 months ago (2015-08-27 19:14:32 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-08-27 20:31:59 UTC) #19
commit-bot: I haz the power
5 years, 3 months ago (2015-08-27 20:32:17 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4ecf07daa3d0a6081679b788f0cfd7e16fe62064
Cr-Commit-Position: refs/heads/master@{#30428}

Powered by Google App Engine
This is Rietveld 408576698