JIT library enhancement.
Kray-G opened this issue · 0 comments
Kray-G commented
I was sometimes receiving some requests for JIT library, so I would like to improve it as below.
- Support a string.
- Load a C function and use it.
- Direct write of a literal without
Jit.IMM
. - Support
mov8
,mov16
,mov32
,fmov
, andfmov32
for more flexible.