Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 768500 Details for
Bug 836319
www-client/seamonkey: restoring PPC64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to disable JIT-specific signal handling when there is no JIT
nojit.patch (text/plain), 1.02 KB, created by
Marcus Comstedt
on 2022-04-02 10:38:02 UTC
(
hide
)
Description:
Patch to disable JIT-specific signal handling when there is no JIT
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2022-04-02 10:38:02 UTC
Size:
1.02 KB
patch
obsolete
>From bdd6d60f76aa7a6c0bdbc2a190bb8c9493cd6e2d Mon Sep 17 00:00:00 2001 >From: Marcus Comstedt <marcus@mc.pp.se> >Date: Sat, 2 Apr 2022 11:59:41 +0200 >Subject: [PATCH] Don't use JIT signal handlers if no JIT > >--- > js/src/wasm/WasmSignalHandlers.cpp | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp >index b14d47346..aaac36f2e 100644 >--- a/js/src/wasm/WasmSignalHandlers.cpp >+++ b/js/src/wasm/WasmSignalHandlers.cpp >@@ -1652,6 +1652,8 @@ ProcessHasSignalHandlers() > bool > wasm::EnsureSignalHandlers(JSContext* cx) > { >+#ifndef JS_CODEGEN_NONE >+ > // Nothing to do if the platform doesn't support it. > if (!ProcessHasSignalHandlers()) > return true; >@@ -1660,6 +1662,8 @@ wasm::EnsureSignalHandlers(JSContext* cx) > // On OSX, each JSContext which runs wasm gets its own handler thread. > if (!cx->wasmMachExceptionHandler.installed() && !cx->wasmMachExceptionHandler.install(cx)) > return false; >+#endif >+ > #endif > > return true; >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836319
:
768146
|
768147
|
768148
|
768152
|
768153
| 768500 |
768502
|
778358
|
778361
|
778394
|
823651
|
916207
|
916238
|
916388