This code is tricky! Small fix.

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

https://codereview.chromium.org/1313383005/diff/40001/src/heap/mark-compact.cc#newcode4533
src/heap/mark-compact.cc:4533:
!Page::FromAddress(reinterpret_cast<Address>(object))
Order is important here. Checking for evacuation candidate before would
crash if the slot contained a double.

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