An open API service indexing awesome lists of open source software.

https://github.com/nyuichi/xjit

dynamic x86_64 code generator for c99
https://github.com/nyuichi/xjit

Last synced: about 2 months ago
JSON representation

dynamic x86_64 code generator for c99

Awesome Lists containing this project

README

        

# xJIT - dynamic x86_64 code generator for c99

xJIT is a C99 wrapper for Xbyak the JIT assember.

# Usage

- TODO

See `etc/brainfuck.c` for example.

# Author

Yuichi Nishiwaki ([email protected])