Title: [148350] branches/dfgFourthTier/Source/_javascript_Core
Revision
148350
Author
[email protected]
Date
2013-04-13 00:53:29 -0700 (Sat, 13 Apr 2013)

Log Message

fourthTier: Fix release build.

* dfg/DFGOSRExitCompilerCommon.cpp:
* ftl/FTLExitValue.cpp:
* ftl/FTLOSRExitCompiler.cpp:

Modified Paths

Diff

Modified: branches/dfgFourthTier/Source/_javascript_Core/ChangeLog (148349 => 148350)


--- branches/dfgFourthTier/Source/_javascript_Core/ChangeLog	2013-04-13 07:40:07 UTC (rev 148349)
+++ branches/dfgFourthTier/Source/_javascript_Core/ChangeLog	2013-04-13 07:53:29 UTC (rev 148350)
@@ -1,5 +1,13 @@
 2013-04-13  Filip Pizlo  <[email protected]>
 
+        fourthTier: Fix release build.
+
+        * dfg/DFGOSRExitCompilerCommon.cpp:
+        * ftl/FTLExitValue.cpp:
+        * ftl/FTLOSRExitCompiler.cpp:
+
+2013-04-13  Filip Pizlo  <[email protected]>
+
         fourthTier: FTL should have OSR exit
         https://bugs.webkit.org/show_bug.cgi?id=113623
 

Modified: branches/dfgFourthTier/Source/_javascript_Core/dfg/DFGOSRExitCompilerCommon.cpp (148349 => 148350)


--- branches/dfgFourthTier/Source/_javascript_Core/dfg/DFGOSRExitCompilerCommon.cpp	2013-04-13 07:40:07 UTC (rev 148349)
+++ branches/dfgFourthTier/Source/_javascript_Core/dfg/DFGOSRExitCompilerCommon.cpp	2013-04-13 07:53:29 UTC (rev 148350)
@@ -29,6 +29,7 @@
 #if ENABLE(DFG_JIT)
 
 #include "DFGOperations.h"
+#include "Operations.h"
 
 namespace JSC { namespace DFG {
 

Modified: branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLExitValue.cpp (148349 => 148350)


--- branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLExitValue.cpp	2013-04-13 07:40:07 UTC (rev 148349)
+++ branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLExitValue.cpp	2013-04-13 07:53:29 UTC (rev 148350)
@@ -28,6 +28,8 @@
 
 #if ENABLE(FTL_JIT)
 
+#include "Operations.h"
+
 namespace JSC { namespace FTL {
 
 void ExitValue::dump(PrintStream& out) const

Modified: branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLOSRExitCompiler.cpp (148349 => 148350)


--- branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLOSRExitCompiler.cpp	2013-04-13 07:40:07 UTC (rev 148349)
+++ branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLOSRExitCompiler.cpp	2013-04-13 07:53:29 UTC (rev 148350)
@@ -34,6 +34,7 @@
 #include "FTLExitArgumentForOperand.h"
 #include "FTLJITCode.h"
 #include "FTLOSRExit.h"
+#include "Operations.h"
 #include "RepatchBuffer.h"
 
 namespace JSC { namespace FTL {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to