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
The timing with --jitless vs with --jitless --no-opt is nearly identical. I will assume --jitless turns off the JIT completely. Fabrice Bellard seems to do the same when evaluating v8.
You could contrast jit and interpreted directly by showing timings for both default
java
andjava -Xint
.The text was updated successfully, but these errors were encountered: