Revision: 20041
Author: [email protected]
Date: Tue Mar 18 15:19:35 2014 UTC
Log: Increase pretenure ratio from 60% to 85%
As pretenure-call-new comes online, this is a better performing ratio
overall.
[email protected]
Review URL: https://codereview.chromium.org/196383032
http://code.google.com/p/v8/source/detail?r=20041
Modified:
/branches/bleeding_edge/src/objects.cc
=======================================
--- /branches/bleeding_edge/src/objects.cc Tue Mar 18 14:15:09 2014 UTC
+++ /branches/bleeding_edge/src/objects.cc Tue Mar 18 15:19:35 2014 UTC
@@ -12755,7 +12755,7 @@
}
-const double AllocationSite::kPretenureRatio = 0.60;
+const double AllocationSite::kPretenureRatio = 0.85;
void AllocationSite::ResetPretenureDecision() {
--
--
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/d/optout.