Title: [163366] trunk/Source/_javascript_Core
- Revision
- 163366
- Author
- [email protected]
- Date
- 2014-02-03 21:50:42 -0800 (Mon, 03 Feb 2014)
Log Message
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:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (163365 => 163366)
--- trunk/Source/_javascript_Core/ChangeLog 2014-02-04 05:44:28 UTC (rev 163365)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-02-04 05:50:42 UTC (rev 163366)
@@ -1,3 +1,12 @@
+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-03 Mark Hahnenberg <[email protected]>
LLInt: Regex for pseudo-instructions is too big
Modified: trunk/Source/_javascript_Core/runtime/Options.h (163365 => 163366)
--- trunk/Source/_javascript_Core/runtime/Options.h 2014-02-04 05:44:28 UTC (rev 163365)
+++ trunk/Source/_javascript_Core/runtime/Options.h 2014-02-04 05:50:42 UTC (rev 163366)
@@ -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