Title: [227915] branches/safari-605-branch/Source/WTF
Revision
227915
Author
[email protected]
Date
2018-01-31 11:21:57 -0800 (Wed, 31 Jan 2018)

Log Message

Cherry-pick r227684. rdar://problem/37019334

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WTF/ChangeLog (227914 => 227915)


--- branches/safari-605-branch/Source/WTF/ChangeLog	2018-01-31 19:21:55 UTC (rev 227914)
+++ branches/safari-605-branch/Source/WTF/ChangeLog	2018-01-31 19:21:57 UTC (rev 227915)
@@ -1,5 +1,15 @@
 2018-01-31  Jason Marcell  <[email protected]>
 
+        Cherry-pick r227684. rdar://problem/37019334
+
+    2018-01-26  Filip Pizlo  <[email protected]>
+
+            Fix style - need to use C comments.
+
+            * wtf/Platform.h:
+
+2018-01-31  Jason Marcell  <[email protected]>
+
         Cherry-pick r227683. rdar://problem/37019334
 
     2018-01-26  Filip Pizlo  <[email protected]>

Modified: branches/safari-605-branch/Source/WTF/wtf/Platform.h (227914 => 227915)


--- branches/safari-605-branch/Source/WTF/wtf/Platform.h	2018-01-31 19:21:55 UTC (rev 227914)
+++ branches/safari-605-branch/Source/WTF/wtf/Platform.h	2018-01-31 19:21:57 UTC (rev 227915)
@@ -825,9 +825,9 @@
 #define ENABLE_FAST_TLS_JIT 1
 #endif
 
-// This feature is currently disabled because WebCore will context switch VMs without telling JSC.
-// FIXME: Re-enable this feature.
-// https://bugs.webkit.org/show_bug.cgi?id=182173
+/* This feature is currently disabled because WebCore will context switch VMs without telling JSC.
+   FIXME: Re-enable this feature.
+   https://bugs.webkit.org/show_bug.cgi?id=182173 */
 #define USE_FAST_TLS_FOR_TLC 0
 
 #if CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM64) || CPU(ARM_TRADITIONAL) || CPU(MIPS)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to