matthewfl / redmagic
A meta tracing JIT for x86 and interpreters written in C/C++
☆35Updated 8 years ago
Alternatives and similar repositories for redmagic:
Users that are interested in redmagic are comparing it to the libraries listed below
- JIT compiler for Scheme targeting x86-64 platforms☆30Updated 5 years ago
- Experimental implementation of a meta-hybrid JIT compiler mixing trace- and method-based compilation strategies.☆29Updated 3 years ago
- A simple interpreter featuring a tracing JIT☆15Updated 13 years ago
- Implementation of destination-driven code generation with control destinations. See [post.md](post.md)☆24Updated 3 months ago
- One-pass Code Generation in V8 (Archive)☆20Updated 2 years ago
- quick c☆35Updated 2 years ago
- Simple conservative GC using mimalloc☆39Updated 2 years ago
- ☆58Updated this week
- A programming language somewhat resembling cellular processes.☆34Updated 2 years ago
- A Gallina compiler with C++17 as an intermediate representation☆42Updated 3 years ago
- Runtime support for LLVM's GC Statepoints☆42Updated 4 years ago
- The Kollos project [ARCHIVED]☆30Updated 2 years ago
- j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' …