Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f67441012b90acbfea801515fe3076045ccfee37
https://github.com/WebKit/WebKit/commit/f67441012b90acbfea801515fe3076045ccfee37
Author: Keith Miller <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/JavaScriptCore/llint/LLIntData.cpp
M Source/JavaScriptCore/runtime/EvacuatedStack.cpp
Log Message:
-----------
JSPI cages should only generate JIT code when JITCage is enabled
https://bugs.webkit.org/show_bug.cgi?id=307592
rdar://170170614
Reviewed by Yusuke Suzuki.
When JITCage is disabled we don't allow resigning pointers with
registers other than SP. This breaks JSPI's new relocating/resigning
logic. Only generate the JIT thunk when it will actually be used.
No new tests, fixes currently broken tests.
Canonical link: https://commits.webkit.org/307300@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications