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
- Host: GitHub
- URL: https://github.com/nyuichi/xjit
- Owner: nyuichi
- Created: 2014-03-18T06:42:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T06:38:54.000Z (about 11 years ago)
- Last Synced: 2025-01-30T13:24:07.366Z (4 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])