Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e6baf795c1f54accf565f9e4de4c3de0785a1ca9
https://github.com/WebKit/WebKit/commit/e6baf795c1f54accf565f9e4de4c3de0785a1ca9
Author: Daniel Liu <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Source/JavaScriptCore/Scripts/process-entitlements.sh
M Source/JavaScriptCore/jsc.cpp
Log Message:
-----------
Don't crash if we can't allocate JIT memory on non-JIT systems
https://bugs.webkit.org/show_bug.cgi?id=278421
rdar://133718210
Reviewed by Mark Lam and Yusuke Suzuki.
If we are on a non-JIT platform, we will not be using JIT memory, so
we should not crash because we failed to allocate JIT memory.
* Source/JavaScriptCore/jsc.cpp:
(CommandLine::parseArguments):
Canonical link: https://commits.webkit.org/282536@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes