| Index: runtime/vm/pages.cc
|
| ===================================================================
|
| --- runtime/vm/pages.cc (revision 29461)
|
| +++ runtime/vm/pages.cc (working copy)
|
| @@ -23,7 +23,7 @@
|
| "Print free list statistics before a GC");
|
| DEFINE_FLAG(bool, print_free_list_after_gc, false,
|
| "Print free list statistics after a GC");
|
| -DEFINE_FLAG(bool, collect_code, true,
|
| +DEFINE_FLAG(bool, collect_code, false,
|
| "Attempt to GC infrequently used code.");
|
| DEFINE_FLAG(int, code_collection_interval_in_us, 30000000,
|
| "Time between attempts to collect unused code.");
|
|
|