danluu / NativeJITLinks
A C++ expression -> x86 JIT
☆18Updated 8 years ago
Alternatives and similar repositories for NativeJIT
Users that are interested in NativeJIT are comparing it to the libraries listed below
Sorting:
- A detailed michroarchitectural x86 simulator☆62Updated 8 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 4 years ago
- No sane compiler would optimize atomics: the presentation☆107Updated 8 years ago
- Code samples for using libjit☆90Updated 8 years ago
- A dependency-based coroutine scheduler☆45Updated 8 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- An experimental System-on-Chip with a custom compiler toolchain.☆60Updated 5 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A tweaked version of Aha! ("A Hacker's Assistant") the superoptimiser by Henry S. Warren