Revision: 18643
Author:   [email protected]
Date:     Thu Jan 16 11:59:34 2014 UTC
Log:      Enable allocation site pretenuring.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Tue Jan 14 13:45:43 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Thu Jan 16 11:59:34 2014 UTC
@@ -220,7 +220,7 @@
 // TODO(hpayer): We will remove this flag as soon as we have pretenuring
 // support for specific allocation sites.
 DEFINE_bool(pretenuring_call_new, false, "pretenure call new")
-DEFINE_bool(allocation_site_pretenuring, false,
+DEFINE_bool(allocation_site_pretenuring, true,
             "pretenure with allocation sites")
 DEFINE_bool(trace_pretenuring, false,
             "trace pretenuring decisions of HAllocate instructions")

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to