https://github.com/disjukr/ajit
aheui implementation that does jit compile, written in rpython
https://github.com/disjukr/ajit
Last synced: 2 months ago
JSON representation
aheui implementation that does jit compile, written in rpython
- Host: GitHub
- URL: https://github.com/disjukr/ajit
- Owner: disjukr
- Created: 2014-08-14T03:29:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T06:14:26.000Z (about 10 years ago)
- Last Synced: 2025-01-26T15:24:06.007Z (4 months ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ajit
===## How to test
```sh
# just run in python 2
python ajit.py# translate with pypy, and execute
hg clone https://bitbucket.org/pypy/pypy
python pypy/rpython/bin/rpython ajit.py
./ajit-c# after pypy translation, run the test suite
./test.sh
```## See more
* https://github.com/disjukr/pypy-tutorial-ko
* http://pypy.readthedocs.org/en/latest/config/commandline.html