| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 12483)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -412,7 +412,7 @@
|
| "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,
|
| +DEFINE_bool(incremental_code_compaction, true,
|
| "Compact code space on full incremental collections")
|
| DEFINE_bool(cleanup_code_caches_at_gc, true,
|
| "Flush inline caches prior to mark compact collection and "
|
|
|