https://codereview.chromium.org/1299623003/diff/1/src/heap/mark-compact.cc
File src/heap/mark-compact.cc (left):
https://codereview.chromium.org/1299623003/diff/1/src/heap/mark-compact.cc#oldcode287
src/heap/mark-compact.cc:287: void
MarkCompactCollector::ClearInvalidSlotsBufferEntries(PagedSpace* space)
{
Should be dead code now?
https://codereview.chromium.org/1299623003/diff/1/src/heap/mark-compact.cc
File src/heap/mark-compact.cc (right):
https://codereview.chromium.org/1299623003/diff/1/src/heap/mark-compact.cc#newcode299
src/heap/mark-compact.cc:299: int npages =
evacuation_candidates_.length();
nit: num_pages
https://codereview.chromium.org/1299623003/diff/1/src/heap/mark-compact.cc#newcode302
src/heap/mark-compact.cc:302: SlotsBuffer::RemoveInvalidSlots(heap_,
p->slots_buffer());
Just a comment: Ideally we want to remove the static methods and end up
at
page->RemoveInvalidSlots();
?
https://codereview.chromium.org/1299623003/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.