Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: src/flag-definitions.h

Issue 1410593005: Adds a scavenge GC pass to collect unmodified references (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index edbe4ebab796354d6ed31cbc5cc3663123b51719..f5fd046e7940660f096875b1830abe38823e1a4f 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -681,6 +681,8 @@ DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
#endif
DEFINE_BOOL(move_object_start, false, "enable moving of object starts")
DEFINE_BOOL(memory_reducer, true, "use memory reducer")
+DEFINE_BOOL(scavenge_reclaim_unmodified_objects, true,
rmcilroy 2015/10/21 13:36:50 Set this to false for now (and set it to true from
mythria 2015/10/21 14:43:51 Done.
+ "remove unmodified and unreferenced objects")
// counters.cc
DEFINE_INT(histogram_interval, 600000,

Powered by Google App Engine
This is Rietveld 408576698