Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e96ef3f1a3d54045ebb760af5da6e108b6bc56e
https://github.com/WebKit/WebKit/commit/5e96ef3f1a3d54045ebb760af5da6e108b6bc56e
Author: Yusuke Suzuki <[email protected]>
Date: 2026-02-28 (Sat, 28 Feb 2026)
Changed paths:
M Source/JavaScriptCore/llint/InPlaceInterpreter.asm
M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
M Source/JavaScriptCore/offlineasm/x86.rb
Log Message:
-----------
[JSC] Add pcrtoaddr to x64
https://bugs.webkit.org/show_bug.cgi?id=308700
rdar://171232708
Reviewed by Yijia Huang and Keith Miller.
Add pcrtoaddr to x64, which simplifies IPInt implementation in x64 since
we can have similar code to ARM64.
* Source/JavaScriptCore/llint/InPlaceInterpreter.asm:
* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/offlineasm/x86.rb:
Canonical link: https://commits.webkit.org/308416@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications