Reviewers: danno,

Description:
Activate code aging by default.


Please review this at https://codereview.chromium.org/11411257/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index b25fe5f19deaa0e398375462b90f22454bb443ee..61cd8640360100ca6117573677b95f5e26ee16a5 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -404,7 +404,7 @@ DEFINE_bool(flush_code, true,
             "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