mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #3049 - Enable loongarch64 wasm runtime and Ion patching
This commit is contained in:
parent
683173c33b
commit
f796b3f7f1
9 changed files with 63 additions and 27 deletions
|
|
@ -1266,7 +1266,7 @@ pref("javascript.options.baselinejit", true);
|
|||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
pref("javascript.options.ion", true);
|
||||
pref("javascript.options.asmjs", false);
|
||||
pref("javascript.options.wasm", false);
|
||||
pref("javascript.options.wasm", true);
|
||||
#else
|
||||
pref("javascript.options.ion", true);
|
||||
// JIT warm-up thresholds (-1 keeps engine defaults).
|
||||
|
|
@ -1282,7 +1282,7 @@ pref("javascript.options.ion.inlining", true);
|
|||
// only enable it by default for 64bit builds
|
||||
#ifdef HAVE_64BIT_BUILD
|
||||
# if defined(JS_CODEGEN_LOONGARCH64)
|
||||
pref("javascript.options.wasm_baselinejit", false);
|
||||
pref("javascript.options.wasm_baselinejit", true);
|
||||
# else
|
||||
pref("javascript.options.wasm_baselinejit", true);
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue