Revision: 20612
Author:   [email protected]
Date:     Wed Apr  9 12:27:20 2014 UTC
Log:      Turn on concurrent sweeping.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Mon Apr 7 14:22:32 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Wed Apr 9 12:27:20 2014 UTC
@@ -533,8 +533,8 @@
             "trace progress of the incremental marking")
 DEFINE_bool(track_gc_object_stats, false,
             "track object counts and memory usage")
-DEFINE_bool(parallel_sweeping, true, "enable parallel sweeping")
-DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping")
+DEFINE_bool(parallel_sweeping, false, "enable parallel sweeping")
+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")

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