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

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

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