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

Unified Diff: src/flag-definitions.h

Issue 1358703003: Changed scavenge GC to collect unmodified references (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated to use a new unmodified flag instead of partially dependent flag Created 5 years, 3 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
« no previous file with comments | « no previous file | src/global-handles.h » ('j') | src/global-handles.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 850208bf603e8f6c0ed9561fba1d0d0061dde40c..300bbab1ee85a9dc72c532374482004f13819a05 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -680,6 +680,8 @@ DEFINE_IMPLICATION(trace_detached_contexts, track_detached_contexts)
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(scavenge_remove_unmodified_objects, false,
+ "remove unmodified and unreferenced objects")
// counters.cc
DEFINE_INT(histogram_interval, 600000,
« no previous file with comments | « no previous file | src/global-handles.h » ('j') | src/global-handles.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698