Title: [180620] trunk/Source/WTF
- Revision
- 180620
- Author
- [email protected]
- Date
- 2015-02-25 01:08:26 -0800 (Wed, 25 Feb 2015)
Log Message
Enable concurrent JIT on GTK
https://bugs.webkit.org/show_bug.cgi?id=142007
Reviewed by Benjamin Poulain.
Seems weird that GTK keeps it off. No good reason for that as far as I can tell.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (180619 => 180620)
--- trunk/Source/WTF/ChangeLog 2015-02-25 07:23:48 UTC (rev 180619)
+++ trunk/Source/WTF/ChangeLog 2015-02-25 09:08:26 UTC (rev 180620)
@@ -1,3 +1,14 @@
+2015-02-25 Filip Pizlo <[email protected]>
+
+ Enable concurrent JIT on GTK
+ https://bugs.webkit.org/show_bug.cgi?id=142007
+
+ Reviewed by Benjamin Poulain.
+
+ Seems weird that GTK keeps it off. No good reason for that as far as I can tell.
+
+ * wtf/Platform.h:
+
2015-02-23 Brent Fulgham <[email protected]>
WTF::WeakPtr should rename 'forgot' to 'clear' and support nullptr assignment
Modified: trunk/Source/WTF/wtf/Platform.h (180619 => 180620)
--- trunk/Source/WTF/wtf/Platform.h 2015-02-25 07:23:48 UTC (rev 180619)
+++ trunk/Source/WTF/wtf/Platform.h 2015-02-25 09:08:26 UTC (rev 180620)
@@ -733,7 +733,7 @@
values get stored to atomically. This is trivially true on 64-bit platforms,
but not true at all on 32-bit platforms where values are composed of two
separate sub-values. */
-#if (OS(DARWIN) || PLATFORM(EFL)) && !PLATFORM(GTK) && ENABLE(DFG_JIT) && USE(JSVALUE64)
+#if (OS(DARWIN) || PLATFORM(EFL) || PLATFORM(GTK)) && ENABLE(DFG_JIT) && USE(JSVALUE64)
#define ENABLE_CONCURRENT_JIT 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes