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

Issue 1389293005: [heap] Fix searching for a node in FreeListCategory (Closed)

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

Description

[heap] Fix searching for a node in FreeListCategory - The bug is that we did not handle end_ properly in SearchForNodeInList. - We now consistently account for sizes on page level in FreeList, except when filtering evacuation candidates (those are accounted for in FreeListCategory) BUG=chromium:524425 LOG=N Committed: https://crrev.com/24ba6c947c6a1aae0336f399778764a70cde027b Cr-Commit-Position: refs/heads/master@{#31307}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -71 lines) Patch
M src/heap/mark-compact.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/spaces.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/heap/spaces.cc View 1 2 6 chunks +48 lines, -68 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
Michael Lippautz
PTAL https://codereview.chromium.org/1389293005/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1389293005/diff/1/src/heap/mark-compact.cc#newcode289 src/heap/mark-compact.cc:289: heap()->old_space()->EvictEvacuationCandidatesFromLinearAllocationArea(); Fixed naming here as we do not ...
5 years, 2 months ago (2015-10-15 12:23:32 UTC) #2
Hannes Payer (out of office)
LGTM, nits attached. https://codereview.chromium.org/1389293005/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1389293005/diff/1/src/heap/mark-compact.cc#newcode289 src/heap/mark-compact.cc:289: heap()->old_space()->EvictEvacuationCandidatesFromLinearAllocationArea(); On 2015/10/15 12:23:32, Michael Lippautz ...
5 years, 2 months ago (2015-10-15 12:45:10 UTC) #3
Michael Lippautz
https://codereview.chromium.org/1389293005/diff/1/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1389293005/diff/1/src/heap/spaces.cc#newcode2131 src/heap/spaces.cc:2131: Page::FromAddress(node->address())->IsEvacuationCandidate()) { On 2015/10/15 12:45:10, Hannes Payer wrote: > ...
5 years, 2 months ago (2015-10-15 12:53:21 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1389293005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1389293005/40001
5 years, 2 months ago (2015-10-15 13:37:46 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-15 14:20:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1389293005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1389293005/40001
5 years, 2 months ago (2015-10-15 14:47:38 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-15 14:49:03 UTC) #12
commit-bot: I haz the power
5 years, 2 months ago (2015-10-15 14:49:17 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/24ba6c947c6a1aae0336f399778764a70cde027b
Cr-Commit-Position: refs/heads/master@{#31307}

Powered by Google App Engine
This is Rietveld 408576698