dworkin / lpc-ext

Extension modules for Hydra and DGD
The Unlicense
9 stars 5 forks source link

JIT compiler can upgrade calls to builtin kfuns #10

Open dworkin opened 3 years ago

dworkin commented 3 years ago

The JIT compiler performs a more thorough analysis of the VM code than DGD does, and it could use the knowledge obtained to upgrade kfun calls, for example from KF_ADD to KF_ADD_INT if the arguments are certain to be integers.