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

https://codereview.chromium.org/1313383005/diff/1/src/heap/mark-compact.cc#newcode4510
src/heap/mark-compact.cc:4510: (object->IsHeapObject() &&
heap->InNewSpace(object)) ||
On 2015/08/27 07:04:31, Igor Sheludko wrote:
You can remove object->IsHeapObject() part from here.

Done.

https://codereview.chromium.org/1313383005/diff/1/test/cctest/test-heap.cc
File test/cctest/test-heap.cc (right):

https://codereview.chromium.org/1313383005/diff/1/test/cctest/test-heap.cc#newcode6497
test/cctest/test-heap.cc:6497: // we point to an evacuation candidate
object which should not be filtered
On 2015/08/27 07:04:31, Igor Sheludko wrote:
I'm afraid this last part is missing.

Oh, yes. Done.

https://codereview.chromium.org/1313383005/

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