eliben / libjit-samplesLinks
Code samples for using libjit
☆91Updated 8 years ago
Alternatives and similar repositories for libjit-samples
Users that are interested in libjit-samples are comparing it to the libraries listed below
Sorting:
- Compiler intermediate language for static analysis.☆107Updated 6 years ago
- A work-in-progress JIT-powered regex engine☆112Updated 7 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆86Updated 3 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆89Updated 12 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- fast SIMD-able JIT regular expression compiler☆197Updated 10 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines