apt1002 / mijit

Experimental JIT compiler generator
https://github.com/apt1002/mijit/
25 stars 4 forks source link

Use Registers for most Mijit instruction destinations (fix #16) #21

Closed apt1002 closed 3 years ago

apt1002 commented 3 years ago

We used Registers for the destination of Binary, Unary, Constant, Load and for the address of Store.

We disabled the optimizer, and we don't plan to fix it before rewriting it.