Title: [195563] trunk/Source/_javascript_Core
Revision
195563
Author
[email protected]
Date
2016-01-25 15:44:24 -0800 (Mon, 25 Jan 2016)

Log Message

Fix the comment about FTL_USES_B3.

* dfg/DFGCommon.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (195562 => 195563)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-25 23:41:01 UTC (rev 195562)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-25 23:44:24 UTC (rev 195563)
@@ -1,5 +1,11 @@
 2016-01-25  Filip Pizlo  <[email protected]>
 
+        Fix the comment about FTL_USES_B3.
+
+        * dfg/DFGCommon.h:
+
+2016-01-25  Filip Pizlo  <[email protected]>
+
         Switch FTL to B3 on X86_64/Mac
         https://bugs.webkit.org/show_bug.cgi?id=153445
 

Modified: trunk/Source/_javascript_Core/dfg/DFGCommon.h (195562 => 195563)


--- trunk/Source/_javascript_Core/dfg/DFGCommon.h	2016-01-25 23:41:01 UTC (rev 195562)
+++ trunk/Source/_javascript_Core/dfg/DFGCommon.h	2016-01-25 23:44:24 UTC (rev 195563)
@@ -35,9 +35,8 @@
 
 namespace JSC { namespace DFG {
 
-// We are in the middle of an experimental transition from LLVM to B3 as the backend for the FTL. We don't
-// yet know how it will turn out. For now, this flag will control whether FTL uses B3. Remember to set this
-// to 0 before committing!
+// We are in the middle of a transition from LLVM to B3 as the backend for the FTL. This flag will go
+// away once that transition is finished. For now, we enable B3 only on some platforms.
 #if CPU(X86_64) && PLATFORM(MAC)
 #define FTL_USES_B3 1
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to