tekknolagi / ddcg
Implementation of destination-driven code generation with control destinations. See [post.md](post.md)
☆24Updated 4 months ago
Alternatives and similar repositories for ddcg:
Users that are interested in ddcg are comparing it to the libraries listed below
- ☆59Updated this week
- A meta tracing JIT for x86 and interpreters written in C/C++☆35Updated 8 years ago
- Standalone self-hosted compiler/linker/libc for a subset of C targeting Webassembly/WASI☆13Updated last year
- 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
- Tracing JIT compiler and runtime for a subset of the JVM☆24Updated last year
- Universal instruction selection☆12Updated 6 years ago
- ☆22Updated 3 months ago
- Fast WebAssembly Baseline Compiler☆56Updated last year
- C and C++ compiler frontend using PASTA to parse code, and VAST to represent the code as MLIR.☆40Updated 7 months ago
- ☆47Updated 4 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆54Updated last year
- ☆38Updated 4 years ago
- Simple conservative GC using mimalloc☆39Updated 2 years ago
- Decompose source code into templates and fragments for any language.☆21Updated 2 years ago
- ☆50Updated last year
- Compact garbage-collected heap and JSON-like object model☆81Updated last year
- A minimal in-place WebAssembly interpreter, written in Rust, almost without use of external dependencies☆13Updated last week
- ☆40Updated last year
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago
- One-pass Code Generation in V8 (Archive)☆20Updated 2 years ago
- C23 Checked Arithmetic☆122Updated 3 months ago
- A fast, zero dependency, single-header WebAssembly interpreter☆35Updated last year
- Featherweight C, Executable Semantics: Parser, Type Checker, and Abstract Machine☆26Updated 4 years ago
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆36Updated 8 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 year
- The fluffy programming language main repository☆24Updated 12 years ago
- A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.☆104Updated 6 months ago