sophiajt / rustyjit
A JIT experiment in Rust
☆137Updated 9 months ago
Alternatives and similar repositories for rustyjit:
Users that are interested in rustyjit are comparing it to the libraries listed below
- garbage collection☆321Updated 5 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆94Updated 8 years ago
- Safe Rust LLVM bindings☆121Updated 8 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆153Updated 10 months ago
- ☆93Updated last year
- GLL parsing framework.☆137Updated last year
- Garbage collected smart pointers for Rust☆268Updated 3 years ago
- LLVM wrappers for Rust☆68Updated 7 years ago
- A very small GC in Rust, with a safe API☆61Updated 8 months ago
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆252Updated 2 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆147Updated last week
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.☆174Updated last year
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆173Updated 4 years ago
- Rust bindings for libgccjit.☆51Updated 2 years ago
- Easily hotswap functions in running executables☆139Updated 6 years ago
- Allocators in Rust☆312Updated 4 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- dlmalloc ported into Rust☆100Updated 2 weeks ago
- A Vec That Has a Smaller size_of☆137Updated 3 weeks ago
- String interning for Rust☆198Updated this week
- ☆129Updated 5 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated 11 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A library for creating references that carry their owner with them.☆371Updated last year
- offsetof for Rust☆225Updated last year
- Procedural macros in expression position☆204Updated 2 years ago
- A demand-driven compiler with strong IDE support☆196Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 4 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago