https://codereview.chromium.org/1301583003/diff/1/src/heap/heap.cc
File src/heap/heap.cc (right):
https://codereview.chromium.org/1301583003/diff/1/src/heap/heap.cc#newcode2620
src/heap/heap.cc:2620: void Heap::DoScavengeObject(Map* map,
HeapObject** slot, HeapObject* obj) {
On 2015/08/17 13:42:35, Michael Lippautz wrote:
On purpose in heap.cc? Shouldn't we move it to heap-inl.h for
uniformity?
(works because the only compilation unit using it is heap.cc)
Done. Yes, you are right. As discussed offline, moving it into
heap-inl.h would expose all of objects-visiting-inl.h again. In the long
run this indirection should disappear. For now we made it private, which
is already a step forward.
https://codereview.chromium.org/1301583003/
--
--
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.