Title: [132067] trunk/Source/WTF
Revision
132067
Author
hausm...@webkit.org
Date
2012-10-22 05:53:43 -0700 (Mon, 22 Oct 2012)

Log Message

Unreviewed: Re-enable LLINT on Qt/Linux after r131932.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (132066 => 132067)


--- trunk/Source/WTF/ChangeLog	2012-10-22 12:45:28 UTC (rev 132066)
+++ trunk/Source/WTF/ChangeLog	2012-10-22 12:53:43 UTC (rev 132067)
@@ -1,3 +1,9 @@
+2012-10-22  Simon Hausmann  <simon.hausm...@digia.com>
+
+        Unreviewed: Re-enable LLINT on Qt/Linux after r131932.
+
+        * wtf/Platform.h:
+
 2012-10-22  Yury Semikhatsky  <yu...@chromium.org>
 
         Web Inspector: do not double count memory of objects with multiple ancestors

Modified: trunk/Source/WTF/wtf/Platform.h (132066 => 132067)


--- trunk/Source/WTF/wtf/Platform.h	2012-10-22 12:45:28 UTC (rev 132066)
+++ trunk/Source/WTF/wtf/Platform.h	2012-10-22 12:53:43 UTC (rev 132067)
@@ -907,12 +907,6 @@
 #define ENABLE_LLINT 0
 #endif
 
-/* REGRESSION(r131822): It made 500+ tests crash on 32 bit platforms
- * https://bugs.webkit.org/show_bug.cgi?id=99814 */
-#if (PLATFORM(QT) && CPU(X86))
-#define ENABLE_LLINT 0
-#endif
-
 /* On some of the platforms where we have a JIT, we want to also have the 
    low-level interpreter. */
 #if !defined(ENABLE_LLINT) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to