Revision: 13094
Author:   [email protected]
Date:     Thu Nov 29 06:31:38 2012
Log:      Activate code aging by default.

Review URL: https://codereview.chromium.org/11411257
http://code.google.com/p/v8/source/detail?r=13094

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Mon Nov 26 05:12:35 2012
+++ /branches/bleeding_edge/src/flag-definitions.h      Thu Nov 29 06:31:38 2012
@@ -404,7 +404,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

Reply via email to