Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 12482) |
+++ src/flag-definitions.h (working copy) |
@@ -412,6 +412,8 @@ |
"Never perform compaction on full GC - testing only") |
DEFINE_bool(compact_code_space, true, |
"Compact code space on full non-incremental collections") |
+DEFINE_bool(incremental_code_compaction, false, |
+ "Compact code space on full incremental collections") |
DEFINE_bool(cleanup_code_caches_at_gc, true, |
"Flush inline caches prior to mark compact collection and " |
"flush code caches in maps during mark compact cycle.") |