Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

sames very simple register alloction in JIT #139

Open
carltraveler opened this issue Jul 15, 2019 · 1 comment
Open

sames very simple register alloction in JIT #139

carltraveler opened this issue Jul 15, 2019 · 1 comment

Comments

@carltraveler
Copy link
Contributor

is that because of the stack operation mostly converted to memory operation, and few register used?

@twitchyliquid64
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants