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
{{ message }}
This repository has been archived by the owner on May 11, 2020. It is now read-only.
The JIT does not implement any register allocation, and my experiment (in one of the branches on my fork) did not show any performance improvement from implementing it.
I think any improved performance is totally masked by the lack of support for branching in the JIT - it always falls back to interpreting for branching and control flow management.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
is that because of the stack operation mostly converted to memory operation, and few register used?
The text was updated successfully, but these errors were encountered: