Title: [163481] trunk
- Revision
- 163481
- Author
- [email protected]
- Date
- 2014-02-05 15:47:28 -0800 (Wed, 05 Feb 2014)
Log Message
Rename useExperimentalFTL to useFTLJIT.
Rubber stamped by Mark Hahnenberg.
Source/_javascript_Core:
* dfg/DFGTierUpCheckInjectionPhase.cpp:
(JSC::DFG::TierUpCheckInjectionPhase::run):
* runtime/Options.h:
Tools:
* Scripts/run-jsc-stress-tests:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (163480 => 163481)
--- trunk/Source/_javascript_Core/ChangeLog 2014-02-05 23:40:26 UTC (rev 163480)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-02-05 23:47:28 UTC (rev 163481)
@@ -1,3 +1,13 @@
+2014-02-05 Filip Pizlo <[email protected]>
+
+ Rename useExperimentalFTL to useFTLJIT.
+
+ Rubber stamped by Mark Hahnenberg.
+
+ * dfg/DFGTierUpCheckInjectionPhase.cpp:
+ (JSC::DFG::TierUpCheckInjectionPhase::run):
+ * runtime/Options.h:
+
2014-02-05 Brian Burg <[email protected]>
Web Inspector: add probe manager and model objects to the frontend
Modified: trunk/Source/_javascript_Core/dfg/DFGTierUpCheckInjectionPhase.cpp (163480 => 163481)
--- trunk/Source/_javascript_Core/dfg/DFGTierUpCheckInjectionPhase.cpp 2014-02-05 23:40:26 UTC (rev 163480)
+++ trunk/Source/_javascript_Core/dfg/DFGTierUpCheckInjectionPhase.cpp 2014-02-05 23:47:28 UTC (rev 163481)
@@ -47,7 +47,7 @@
{
RELEASE_ASSERT(m_graph.m_plan.mode == DFGMode);
- if (!Options::useExperimentalFTL())
+ if (!Options::useFTLJIT())
return false;
if (m_graph.m_profiledBlock->m_didFailFTLCompilation)
Modified: trunk/Source/_javascript_Core/runtime/Options.h (163480 => 163481)
--- trunk/Source/_javascript_Core/runtime/Options.h 2014-02-05 23:40:26 UTC (rev 163480)
+++ trunk/Source/_javascript_Core/runtime/Options.h 2014-02-05 23:47:28 UTC (rev 163481)
@@ -136,7 +136,7 @@
v(bool, enableOSREntryToDFG, true) \
v(bool, enableOSREntryToFTL, true) \
\
- v(bool, useExperimentalFTL, false) \
+ v(bool, useFTLJIT, false) \
v(bool, enableExperimentalFTLCoverage, false) \
v(bool, useFTLTBAA, true) \
v(bool, enableLLVMFastISel, false) \
Modified: trunk/Tools/ChangeLog (163480 => 163481)
--- trunk/Tools/ChangeLog 2014-02-05 23:40:26 UTC (rev 163480)
+++ trunk/Tools/ChangeLog 2014-02-05 23:47:28 UTC (rev 163481)
@@ -1,5 +1,13 @@
2014-02-05 Filip Pizlo <[email protected]>
+ Rename useExperimentalFTL to useFTLJIT.
+
+ Rubber stamped by Mark Hahnenberg.
+
+ * Scripts/run-jsc-stress-tests:
+
+2014-02-05 Filip Pizlo <[email protected]>
+
JSC on Mac should pull LLVM from prefix=/usr/local/LLVMForJavaScriptCore and not /usr/local
https://bugs.webkit.org/show_bug.cgi?id=128269
Modified: trunk/Tools/Scripts/run-jsc-stress-tests (163480 => 163481)
--- trunk/Tools/Scripts/run-jsc-stress-tests 2014-02-05 23:40:26 UTC (rev 163480)
+++ trunk/Tools/Scripts/run-jsc-stress-tests 2014-02-05 23:47:28 UTC (rev 163481)
@@ -180,7 +180,7 @@
EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20"]
-FTL_OPTIONS = ["--useExperimentalFTL=true", "--enableExperimentalFTLCoverage=true"]
+FTL_OPTIONS = ["--useFTLJIT=true", "--enableExperimentalFTLCoverage=true"]
$runlist = []
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes