Revision: 13124 Author: [email protected] Date: Tue Dec 4 00:16:24 2012 Log: Deactive code aging due to regressions
[email protected] Review URL: https://codereview.chromium.org/11415282 http://code.google.com/p/v8/source/detail?r=13124 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Mon Dec 3 05:39:21 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Tue Dec 4 00:16:24 2012 @@ -400,7 +400,7 @@ "flush code that we expect not to use again (during full gc)") DEFINE_bool(flush_code_incrementally, true, "flush code that we expect not to use again (incrementally)") -DEFINE_bool(age_code, true, +DEFINE_bool(age_code, false, "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
