Revision: 23562
Author:   [email protected]
Date:     Mon Sep  1 12:54:22 2014 UTC
Log:      Turn on job-based sweeping

Embedders that don't use a v8::Platform yet will have to do so.

BUG=v8:3104
LOG=y
[email protected]

Review URL: https://codereview.chromium.org/443043002
https://code.google.com/p/v8/source/detail?r=23562

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Mon Sep 1 12:06:16 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Mon Sep 1 12:54:22 2014 UTC
@@ -532,7 +532,7 @@
 DEFINE_BOOL(concurrent_sweeping, true, "enable concurrent sweeping")
 DEFINE_INT(sweeper_threads, 0,
            "number of parallel and concurrent sweeping threads")
-DEFINE_BOOL(job_based_sweeping, false, "enable job based sweeping")
+DEFINE_BOOL(job_based_sweeping, true, "enable job based sweeping")
 #ifdef VERIFY_HEAP
 DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
 #endif

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