Reviewers: Hannes Payer,

Message:
Hi Hannes, here is the ratio change we discussed, thx,
--Michael

Description:
Increase pretenure ratio from 60% to 85%

As pretenure-call-new comes online, this is a better performing ratio
overall.

[email protected]

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

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

Affected files (+1, -1 lines):
  M src/objects.cc


Index: src/objects.cc
diff --git a/src/objects.cc b/src/objects.cc
index 787b6d82b47145688e92447ff2e57f24473ff5d7..0707882de16b375c32e123975498016a3cc63c1a 100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -12739,7 +12739,7 @@ void JSObject::TransitionElementsKind(Handle<JSObject> object,
 }


-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.

Reply via email to