Issue #3049 - Add minimal LoongArch JS proof-of-concept JIT

This commit is contained in:
Basilisk-Dev 2026-04-15 22:45:58 -04:00 committed by wuggy
commit cfe830413b

View file

@ -395,6 +395,9 @@ js::RunScript(JSContext* cx, RunState& state)
state.script()->ensureNonLazyCanonicalFunction();
if (jit::TryEnterLoongArchMinimalJit(cx, state))
return true;
if (jit::TryEnterLoongArchMinimalJit(cx, state))
return true;