ucarion / llvm-rust-getting-startedLinks
A super-simple compiler demoing how to talk to LLVM from Rust
☆96Updated 9 years ago
Alternatives and similar repositories for llvm-rust-getting-started
Users that are interested in llvm-rust-getting-started are comparing it to the libraries listed below
Sorting:
- Modular register allocator algorithms☆105Updated 3 years ago
- A JIT experiment in Rust☆141Updated last year
- Pratt parser written in Rust☆95Updated 2 years ago
- dlmalloc ported into Rust☆112Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- ☆94Updated 2 years ago
- ☆90Updated 4 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated last month
- A new register allocator☆243Updated 3 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Target "triple" support☆53Updated 2 months ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- RFC process for Bytecode Alliance projects☆72Updated 2 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A concurrent GC.☆44Updated 3 years ago
- ☆33Updated 5 years ago
- Experimental Language based on Rust and Haskell☆53Updated 8 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Left Recursive PEG for rust☆67Updated 3 years ago
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 5 years ago
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆103Updated last year
- Babysteps blog☆37Updated 2 weeks ago
- Deserialization logic for efficiently processing Clang's `-ast-dump=json` format☆149Updated 2 weeks ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Lightweight C parser for Rust☆230Updated last month