Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 149c65d1a3a68c754ece9c69d933b00b724ddb84..870b8d7b737643e731bc078cb30f561880c8d676 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -412,6 +412,11 @@ DEFINE_bool(track_gc_object_stats, false, |
DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC") |
#endif |
+DEFINE_bool(parallel_sweeping, false, "enable parallel sweeping") |
+DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping") |
Michael Starzinger
2013/01/24 17:15:54
As discussed offline, for now it makes sense to ha
Hannes Payer (out of office)
2013/01/25 10:46:49
Done.
|
+DEFINE_int(sweeper_threads, 1, |
+ "number of parallel and concurrent sweeping threads") |
+ |
// v8.cc |
DEFINE_bool(use_idle_notification, true, |
"Use idle notification to reduce memory footprint.") |