mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #3049 - Re-enable loongarch64 asm.js and native regexp
This commit is contained in:
parent
11c7117a26
commit
2a171ff52a
5 changed files with 3 additions and 32 deletions
|
|
@ -1420,12 +1420,6 @@ ReloadPrefsCallback(const char* pref, void* data)
|
|||
"throw_on_asmjs_validation_failure");
|
||||
bool useNativeRegExp = Preferences::GetBool(JS_OPTIONS_DOT_STR "native_regexp") && !safeMode;
|
||||
|
||||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
// asm.js and native regexp JIT are still disabled on loongarch64.
|
||||
useAsmJS = false;
|
||||
useNativeRegExp = false;
|
||||
#endif
|
||||
|
||||
bool parallelParsing = Preferences::GetBool(JS_OPTIONS_DOT_STR "parallel_parsing");
|
||||
bool offthreadIonCompilation = Preferences::GetBool(JS_OPTIONS_DOT_STR
|
||||
"ion.offthread_compilation");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue