Revision: 12906 Author: [email protected] Date: Thu Nov 8 09:31:45 2012 Log: Active code aging by default.
[email protected] Review URL: https://codereview.chromium.org/11293178 http://code.google.com/p/v8/source/detail?r=12906 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Thu Nov 8 04:18:11 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Thu Nov 8 09:31:45 2012 @@ -396,7 +396,7 @@ "flush code that we expect not to use again (during full gc)") DEFINE_bool(flush_code_incrementally, false, "flush code that we expect not to use again (incrementally)") -DEFINE_bool(age_code, false, +DEFINE_bool(age_code, true, "track un-executed functions to age code and flush only " "old code") DEFINE_bool(incremental_marking, true, "use incremental marking") -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
