Issue #3049 - Disable native regexp JIT on loongarch64

This commit is contained in:
Basilisk-Dev 2026-04-24 11:47:52 -04:00 committed by wuggy
commit 9d44c48014
4 changed files with 12 additions and 2 deletions

View file

@ -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");