« earlier | later » Page 1 of 1
c4 extended to be a JIT compiler. This is now moving into tcc territory...
Oleg Mazonka - Languages edit / delete
If you've ever needed a *really fast* runtime system for BF...
to bf interpreter jit runtime ... on 05 January 2015
"Numba is an just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators)."
to compiler jit llvm numeric numpy python ... on 28 April 2014
Laurence Tratt: Fast Enough VMs in Fast Enough Time edit / delete
An excellent explanation of PyPy's tracing JIT.
to compilation jit pypy research tracing ... on 08 April 2012
Another JIT library, this time for dynamic languages like Javascript. (And thus maybe Python?)
The LLVM Compiler Infrastructure Project edit / delete
Proceedings of the LLVM developers' meeting. Worth looking at.
GNU lightning - GNU Project - Free Software Foundation (FSF) edit / delete
An assembly-generation library designed for use in JITs.
« earlier | later » Page 1 of 1
- jit | |
1 | + bf |
1 | + c |
1 | + compilation |
3 | + compiler |
1 | + cute-code |
1 | + interpreter |
1 | + java |
2 | + llvm |
1 | + numeric |
1 | + numpy |
1 | + pypy |
1 | + python |
4 | + research |
1 | + runtime |
1 | + software |
1 | + tracing |
2 | + vm |
tasty by Adam Sampson.