https://codereview.chromium.org/1288413002/diff/1/src/heap/mark-compact.h
File src/heap/mark-compact.h (right):

https://codereview.chromium.org/1288413002/diff/1/src/heap/mark-compact.h#newcode208
src/heap/mark-compact.h:208: void DecrementLiveBytes(HeapObject*
object);
On 2015/08/14 05:05:48, Hannes Payer wrote:
This method does not really belong to MarkingDeque. We should probably
have a
wrapper in mark-compact for PushBlack and UnshiftBlack that takes care
of the
actual pushing and the correct accounting of live bytes. That would
significantly reduce the call sites of
MemoryChunk::IncrementLiveBytesFromGC.

Acknowledged. Yes, you are right. As per offline discussion, I have
taken this part out of the CL and will do it in a separate CL.

https://codereview.chromium.org/1288413002/

--
--
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.

Reply via email to