Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 21ce5ce848d78bfa331ded97c1ddd29a4865a22c..207fceec273658e939e97bce2d934035b9342ae8 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -398,7 +398,7 @@ DEFINE_bool(collect_maps, true, |
"garbage collect maps from which no objects can be reached") |
DEFINE_bool(flush_code, true, |
"flush code that we expect not to use again (during full gc)") |
-DEFINE_bool(flush_code_incrementally, false, |
+DEFINE_bool(flush_code_incrementally, true, |
"flush code that we expect not to use again (incrementally)") |
DEFINE_bool(age_code, true, |
"track un-executed functions to age code and flush only " |