[webkit-changes] [WebKit/WebKit] a8b097: Fix ARMv7 JITless wasm exception handling
Justin Michaud
noreply at github.com
Wed Aug 28 11:00:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a8b097386010cf4f3d68622f2a9afa7780744d8c
https://github.com/WebKit/WebKit/commit/a8b097386010cf4f3d68622f2a9afa7780744d8c
Author: Justin Michaud <jmichaud at igalia.com>
Date: 2024-08-28 (Wed, 28 Aug 2024)
Changed paths:
M Source/JavaScriptCore/llint/WebAssembly.asm
Log Message:
-----------
Fix ARMv7 JITless wasm exception handling
https://bugs.webkit.org/show_bug.cgi?id=278795
Reviewed by Yusuke Suzuki.
We can't return the exception in a register on ARMv7 due to register pressure.
* Source/JavaScriptCore/llint/WebAssembly.asm:
Canonical link: https://commits.webkit.org/282851@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list