Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[JSC] wasm fault trampoline should be C code since it is tagged as CF…
…unctionPtr https://bugs.webkit.org/show_bug.cgi?id=218781 Reviewed by Keith Miller and Mark Lam. When returning from signal handler, handler requires that instruction pointer is CFunctionPtrTag-ed. So we should set C trampoline instead of JIT trampoline here. This patch implements trampoline in LLInt Wasm code so that we can use CFunctionPtrTag. * bytecode/BytecodeList.rb: * llint/WebAssembly.asm: * wasm/WasmFaultSignalHandler.cpp: (JSC::Wasm::trapHandler): Canonical link: https://commits.webkit.org/231473@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269694 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
ab2ac01
commit f185772
Showing
6 changed files
with
54 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters