Revision: 22279
Author:   [email protected]
Date:     Tue Jul  8 12:29:15 2014 UTC
Log: We can iterate a scan on scavange page if it was precisely swept or just added to the old generation.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/374073002
http://code.google.com/p/v8/source/detail?r=22279

Modified:
 /branches/bleeding_edge/src/store-buffer.cc

=======================================
--- /branches/bleeding_edge/src/store-buffer.cc Tue Jul  8 11:22:51 2014 UTC
+++ /branches/bleeding_edge/src/store-buffer.cc Tue Jul  8 12:29:15 2014 UTC
@@ -524,7 +524,7 @@
           Page* page = reinterpret_cast<Page*>(chunk);
           ASSERT(page->owner() == heap_->map_space() ||
                  page->owner() == heap_->old_pointer_space());
-          CHECK(page->WasSweptPrecisely());
+          CHECK(!page->WasSweptConservatively());

           HeapObjectIterator iterator(page, NULL);
           for (HeapObject* heap_object = iterator.Next();

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