mathetake / go-jit-exp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this is where I do experiments on how we can write full-fledged JIT engine purely in Go (e.g. function calls from a JITed function to either another JITed function or Go function)!

About

License:Apache License 2.0


Languages

Language:Go 98.3%Language:Assembly 1.7%