You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jit: fix getlocal,setlocal jumps with lots regs overflow
with >15 locals the previously added getlocal,setlocal jumps had the wrong target
and therefore the offset calc. was wrong.
add more jit docs.
nbody n=50000 works now.