Title: [229769] tags/Safari-606.1.7.2/Source/WTF
- Revision
- 229769
- Author
- [email protected]
- Date
- 2018-03-20 11:25:16 -0700 (Tue, 20 Mar 2018)
Log Message
Cherry-pick r229301. rdar://problem/38422294
Modified Paths
Diff
Modified: tags/Safari-606.1.7.2/Source/WTF/ChangeLog (229768 => 229769)
--- tags/Safari-606.1.7.2/Source/WTF/ChangeLog 2018-03-20 18:18:37 UTC (rev 229768)
+++ tags/Safari-606.1.7.2/Source/WTF/ChangeLog 2018-03-20 18:25:16 UTC (rev 229769)
@@ -1,3 +1,19 @@
+2018-03-20 Jason Marcell <[email protected]>
+
+ Cherry-pick r229301. rdar://problem/38422294
+
+ 2018-03-05 Michael Saboff <[email protected]>
+
+ Start using MAP_JIT for macOS
+ https://bugs.webkit.org/show_bug.cgi?id=183353
+
+ Reviewed by Filip Pizlo.
+
+ Unify setting this flag for both iOS and macOS.
+
+ * wtf/OSAllocatorPosix.cpp:
+ (WTF::OSAllocator::reserveAndCommit):
+
2018-03-02 Yusuke Suzuki <[email protected]>
[WTF] Remove RunLoop and RunLoop::Timer's interface using double as seconds
Modified: tags/Safari-606.1.7.2/Source/WTF/wtf/OSAllocatorPosix.cpp (229768 => 229769)
--- tags/Safari-606.1.7.2/Source/WTF/wtf/OSAllocatorPosix.cpp 2018-03-20 18:18:37 UTC (rev 229768)
+++ tags/Safari-606.1.7.2/Source/WTF/wtf/OSAllocatorPosix.cpp 2018-03-20 18:25:16 UTC (rev 229769)
@@ -71,7 +71,7 @@
protection |= PROT_EXEC;
int flags = MAP_PRIVATE | MAP_ANON;
-#if PLATFORM(IOS)
+#if OS(DARWIN)
if (executable)
flags |= MAP_JIT;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes