mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
Issue #3049 - Add minimal LoongArch JS proof-of-concept JIT
This commit is contained in:
parent
d98b015a09
commit
cfe830413b
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue