Title: [108661] trunk/Source/_javascript_Core
Revision
108661
Author
[email protected]
Date
2012-02-23 12:48:35 -0800 (Thu, 23 Feb 2012)

Log Message

[wx] Build fix, disable LLINT for now and fix ENABLE defines for it.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (108660 => 108661)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-23 20:47:24 UTC (rev 108660)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-23 20:48:35 UTC (rev 108661)
@@ -1,5 +1,12 @@
 2012-02-23  Kevin Ollivier  <[email protected]>
 
+        [wx] Build fix, disable LLINT for now and fix ENABLE defines for it.
+
+        * llint/LLIntOffsetsExtractor.cpp:
+        * wtf/Platform.h:
+
+2012-02-23  Kevin Ollivier  <[email protected]>
+
         [wx] Build fix for non-Mac wx builds.
 
         * runtime/DatePrototype.cpp:

Modified: trunk/Source/_javascript_Core/llint/LLIntOffsetsExtractor.cpp (108660 => 108661)


--- trunk/Source/_javascript_Core/llint/LLIntOffsetsExtractor.cpp	2012-02-23 20:47:24 UTC (rev 108660)
+++ trunk/Source/_javascript_Core/llint/LLIntOffsetsExtractor.cpp	2012-02-23 20:48:35 UTC (rev 108661)
@@ -25,6 +25,8 @@
 
 #include "config.h"
 
+#if ENABLE(LLLINT)
+
 #include "CodeBlock.h"
 #include "Executable.h"
 #include "Heap.h"
@@ -80,3 +82,5 @@
     printf("%p\n", JSC::LLIntOffsetsExtractor::dummy());
     return 0;
 }
+
+#endif // ENABLE(LLINT)

Modified: trunk/Source/_javascript_Core/wtf/Platform.h (108660 => 108661)


--- trunk/Source/_javascript_Core/wtf/Platform.h	2012-02-23 20:47:24 UTC (rev 108660)
+++ trunk/Source/_javascript_Core/wtf/Platform.h	2012-02-23 20:48:35 UTC (rev 108661)
@@ -642,6 +642,7 @@
 #define ENABLE_JIT 1
 #endif
 #define ENABLE_GLOBAL_FASTMALLOC_NEW 0
+#define ENABLE_LLINT 0
 #if OS(DARWIN)
 #define WTF_USE_CF 1
 #define WTF_USE_CORE_TEXT 1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to