Ecosyste.ms: Awesome
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 1 month ago
JSON representation
dynamic x86_64 code generator for c99
- Host: GitHub
- URL: https://github.com/nyuichi/xjit
- Owner: nyuichi
- Created: 2014-03-18T06:42:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T06:38:54.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T03:48:12.829Z (3 months ago)
- Language: C++
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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])