Revision: 16628
Author: [email protected]
Date: Tue Sep 10 17:29:39 2013 UTC
Log: Check that AllocationMementos never get scavengend.
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/24052003
http://code.google.com/p/v8/source/detail?r=16628
Modified:
/branches/bleeding_edge/src/heap-inl.h
=======================================
--- /branches/bleeding_edge/src/heap-inl.h Tue Sep 10 14:30:36 2013 UTC
+++ /branches/bleeding_edge/src/heap-inl.h Tue Sep 10 17:29:39 2013 UTC
@@ -525,6 +525,8 @@
return;
}
+ // TODO(hpayer): temporary debugging code for issue 284577.
+ CHECK(object->map() != object->GetHeap()->allocation_memento_map());
// Call the slow part of scavenge object.
return ScavengeObjectSlow(p, object);
}
--
--
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/groups/opt_out.