Title: [163488] tags/Safari-538.16.2/Source/_javascript_Core
Revision
163488
Author
[email protected]
Date
2014-02-05 16:42:58 -0800 (Wed, 05 Feb 2014)

Log Message

Merged r163366.  

Modified Paths

Diff

Modified: tags/Safari-538.16.2/Source/_javascript_Core/ChangeLog (163487 => 163488)


--- tags/Safari-538.16.2/Source/_javascript_Core/ChangeLog	2014-02-06 00:28:30 UTC (rev 163487)
+++ tags/Safari-538.16.2/Source/_javascript_Core/ChangeLog	2014-02-06 00:42:58 UTC (rev 163488)
@@ -1,5 +1,18 @@
 2014-02-05  Lucas Forschler  <[email protected]>
 
+        Merge r163366
+
+    2014-02-03  Filip Pizlo  <[email protected]>
+
+            Lift the FTL tier-up threshold from 25000 to 100000
+            https://bugs.webkit.org/show_bug.cgi?id=128158
+
+            Rubber stamped by Michael Saboff.
+
+            * runtime/Options.h:
+
+2014-02-05  Lucas Forschler  <[email protected]>
+
         Merge r163324
 
     2014-02-03  Matthew Mirman  <[email protected]>

Modified: tags/Safari-538.16.2/Source/_javascript_Core/runtime/Options.h (163487 => 163488)


--- tags/Safari-538.16.2/Source/_javascript_Core/runtime/Options.h	2014-02-06 00:28:30 UTC (rev 163487)
+++ tags/Safari-538.16.2/Source/_javascript_Core/runtime/Options.h	2014-02-06 00:42:58 UTC (rev 163488)
@@ -192,7 +192,7 @@
     v(int32, executionCounterIncrementForLoop, 1) \
     v(int32, executionCounterIncrementForEntry, 15) \
     \
-    v(int32, thresholdForFTLOptimizeAfterWarmUp, 25000) \
+    v(int32, thresholdForFTLOptimizeAfterWarmUp, 100000) \
     v(int32, thresholdForFTLOptimizeSoon, 1000) \
     v(int32, ftlTierUpCounterIncrementForLoop, 1) \
     v(int32, ftlTierUpCounterIncrementForReturn, 15) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to