[webkit-changes] [WebKit/WebKit] e8c5c3: Default to useWasmTailCalls=false on ARMv7
aoikonomopoulos
noreply at github.com
Fri Oct 4 13:57:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e8c5c318fc5ef354429355ef0f134d3b08fbb854
https://github.com/WebKit/WebKit/commit/e8c5c318fc5ef354429355ef0f134d3b08fbb854
Author: Angelos Oikonomopoulos <angelos at igalia.com>
Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths:
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
Default to useWasmTailCalls=false on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=280890
Reviewed by Justin Michaud.
Currently, useWasmTailCalls=true forces useBBQJIT=false, which means
wasm can no longer tier up at all on ARMv7.
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/284703@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