mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #3049 - Disable native regexp JIT on loongarch64
This commit is contained in:
parent
499987e0f9
commit
9d44c48014
4 changed files with 12 additions and 2 deletions
|
|
@ -1426,6 +1426,7 @@ ReloadPrefsCallback(const char* pref, void* data)
|
|||
useAsmJS = false;
|
||||
useWasm = false;
|
||||
useWasmBaseline = false;
|
||||
useNativeRegExp = false;
|
||||
#endif
|
||||
|
||||
bool parallelParsing = Preferences::GetBool(JS_OPTIONS_DOT_STR "parallel_parsing");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue