Revision: 20065
Author:   [email protected]
Date:     Wed Mar 19 11:56:11 2014 UTC
Log: Temporarily disable evacuation verification for parallel-concurrently swept pages.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/src/mark-compact.cc

=======================================
--- /branches/bleeding_edge/src/mark-compact.cc Wed Mar 19 11:31:43 2014 UTC
+++ /branches/bleeding_edge/src/mark-compact.cc Wed Mar 19 11:56:11 2014 UTC
@@ -227,6 +227,10 @@


 static void VerifyEvacuation(PagedSpace* space) {
+  // TODO(hpayer): Bring back VerifyEvacuation for parallel-concurrently
+  // swept pages.
+  if ((FLAG_concurrent_sweeping || FLAG_parallel_sweeping) &&
+      space->was_swept_conservatively()) return;
   PageIterator it(space);

   while (it.has_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