| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 10927)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -310,7 +310,8 @@
|
| "Flush code caches in maps during mark compact cycle.")
|
| DEFINE_bool(never_compact, false,
|
| "Never perform compaction on full GC - testing only")
|
| -DEFINE_bool(compact_code_space, false, "Compact code space")
|
| +DEFINE_bool(compact_code_space, true,
|
| + "Compact code space on full non-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.")
|
|
|