http://codereview.chromium.org/7635014/diff/1/src/mark-compact.cc
File src/mark-compact.cc (right):

http://codereview.chromium.org/7635014/diff/1/src/mark-compact.cc#newcode2373
src/mark-compact.cc:2373: // with NULL. In this case we do not need to
transfer this entry to
So the comment is incorrect and we don't store NULL, but "HeapObject
tagged NULL"?

http://codereview.chromium.org/7635014/diff/1/src/mark-compact.cc#newcode2381
src/mark-compact.cc:2381: *p =
reinterpret_cast<HeapObject*>(Smi::FromInt(0));
Ah, so *p is always in the heap, and not in a store-buffer?

http://codereview.chromium.org/7635014/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to