Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c5983a8c511ed928f6d4412c91e57ff874073504
https://github.com/WebKit/WebKit/commit/c5983a8c511ed928f6d4412c91e57ff874073504
Author: Dan Hecht <[email protected]>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M Source/JavaScriptCore/jit/JIT.cpp
M Source/JavaScriptCore/jit/JITWorklist.cpp
Log Message:
-----------
[JSC] Fix SequesteredArenaMalloc when compiling synchronously
https://bugs.webkit.org/show_bug.cgi?id=289003
rdar://146051685
Reviewed by Yusuke Suzuki and Keith Miller.
The asynchronous compile paths have an ArenaLifetime
in scope, but the synchronous paths did not.
* Source/JavaScriptCore/jit/BaselineJITPlan.cpp:
(JSC::BaselineJITPlan::compileSync):
* Source/JavaScriptCore/jit/JITWorklist.cpp:
(JSC::JITWorklist::enqueue):
Canonical link: https://commits.webkit.org/291538@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