Title: [186818] branches/jsc-tailcall/Source/_javascript_Core
Revision
186818
Author
basile_clem...@apple.com
Date
2015-07-14 14:46:47 -0700 (Tue, 14 Jul 2015)

Log Message

jsc-tailcall: Temporarily disable FTL
https://bugs.webkit.org/show_bug.cgi?id=146941

Rubber-stamped by Michael Saboff.

* runtime/Options.h:

Modified Paths

Diff

Modified: branches/jsc-tailcall/Source/_javascript_Core/ChangeLog (186817 => 186818)


--- branches/jsc-tailcall/Source/_javascript_Core/ChangeLog	2015-07-14 21:39:34 UTC (rev 186817)
+++ branches/jsc-tailcall/Source/_javascript_Core/ChangeLog	2015-07-14 21:46:47 UTC (rev 186818)
@@ -1,3 +1,12 @@
+2015-07-14  Basile Clement  <basile_clem...@apple.com>
+
+        jsc-tailcall: Temporarily disable FTL
+        https://bugs.webkit.org/show_bug.cgi?id=146941
+
+        Rubber-stamped by Michael Saboff.
+
+        * runtime/Options.h:
+
 2015-07-13  Basile Clement  <basile_clem...@apple.com>
 
         _javascript_ functions should restore the stack pointer after a call

Modified: branches/jsc-tailcall/Source/_javascript_Core/runtime/Options.h (186817 => 186818)


--- branches/jsc-tailcall/Source/_javascript_Core/runtime/Options.h	2015-07-14 21:39:34 UTC (rev 186817)
+++ branches/jsc-tailcall/Source/_javascript_Core/runtime/Options.h	2015-07-14 21:46:47 UTC (rev 186818)
@@ -156,7 +156,7 @@
     v(bool, enableOSREntryToDFG, true, nullptr) \
     v(bool, enableOSREntryToFTL, true, nullptr) \
     \
-    v(bool, useFTLJIT, true, "allows the FTL JIT to be used if true") \
+    v(bool, useFTLJIT, false, "allows the FTL JIT to be used if true") \
     v(bool, useFTLTBAA, true, nullptr) \
     v(bool, enableLLVMFastISel, false, nullptr) \
     v(bool, useLLVMSmallCodeModel, false, nullptr) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to