tekknolagi / ddcgLinks
Implementation of destination-driven code generation with control destinations. See [post.md](post.md)
☆24Updated 7 months ago
Alternatives and similar repositories for ddcg
Users that are interested in ddcg are comparing it to the libraries listed below
Sorting:
- A meta tracing JIT for x86 and interpreters written in C/C++☆35Updated 8 years ago
- Slides from a talk "Graph-Based Intermediate Representations: An Overview and Perspectives"☆21Updated last year
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last week
- Runtime support for LLVM's GC Statepoints☆42Updated 5 years ago
- ☆63Updated this week
- Tracing JIT compiler and runtime for a subset of the JVM☆24Updated last year
- A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.☆104Updated 9 months ago
- An interactive tool for experimenting with LR(1) grammars☆17Updated 3 years ago
- A tool for testing C compilers automatically☆21Updated 9 years ago
- Featherweight C, Executable Semantics: Parser, Type Checker, and Abstract Machine☆26Updated 4 years ago
- Simple conservative GC using mimalloc☆40Updated 2 years ago
- Regionalized Value State Dependence Graph written in Rust☆10Updated 5 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆55Updated last year
- A rethinking of the C time library☆11Updated 4 months ago
- Match compilation algorithm in OCaml☆27Updated 4 months ago
- Hindley–Milner Type inferencing in C☆48Updated 2 years ago
- Some experiments with SMT solvers and GIMPLE IR☆73Updated this week
- ☆38Updated 4 years ago
- Standalone self-hosted compiler/linker/libc for a subset of C targeting Webassembly/WASI☆13Updated 2 years ago
- Universal instruction selection☆12Updated 7 years ago
- C23 Checked Arithmetic☆133Updated 6 months ago
- Experimental implementation of a meta-hybrid JIT compiler mixing trace- and method-based compilation strategies.☆31Updated last month
- Modeling futexes in TLA+☆20Updated 8 months ago
- C and C++ compiler frontend using PASTA to parse code, and VAST to represent the code as MLIR.☆42Updated 10 months ago
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- Fast WebAssembly Baseline Compiler☆56Updated 2 years ago
- Self-hosted ion compiler. Based on ion here: https://github.com/pervognsen/bitwise☆18Updated 6 years ago
- j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' …☆45Updated last month
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆35Updated 8 years ago
- Self-hosting C toolchain, from scratch☆35Updated 4 months ago