ssloy / tinyoptimizerLinks
Can I make an *optimizing* compiler under 1k lines of code?
☆60Updated 4 months ago
Alternatives and similar repositories for tinyoptimizer
Users that are interested in tinyoptimizer are comparing it to the libraries listed below
Sorting:
- SSA based compiler targeting x86_64☆10Updated 3 years ago
- C Implementation of the monkey programming language☆73Updated 5 years ago
- Tracing JIT compiler and runtime for a subset of the JVM☆24Updated last year
- C implementation of the L-Mul f32/f16 multiplications from paper: https://arxiv.org/html/2410.00907☆27Updated 8 months ago
- Binary Lambda Calculus Virtual Machine☆55Updated last year
- A bignum library for C.☆33Updated 11 months ago
- C, but with function overloading, operator overloading, modules (kind of), templates (kind of), and uniform function call syntax (and a g…☆15Updated 10 months ago
- ☆18Updated 11 months ago
- Compiling C to FlipJump☆90Updated 5 months ago
- Programming language for ternary computing☆30Updated 4 years ago
- This is an inofficial mirror of the Eigen Compiler Suite source code usually deployed as tar.gz☆29Updated last year
- world's worst interpreter☆62Updated last month
- Binary search trees☆46Updated 3 weeks ago
- C Intermediate Language☆146Updated 2 months ago
- A C11 compiler for the discrete logic computer☆20Updated last year
- A collection of lambda calculus interpreters and development tools☆15Updated 2 years ago
- A mirror of https://git.sr.ht/~grego/sumtypes.h☆76Updated 5 months ago
- C++ raytracer that supports custom models. Supports running the calculations on the CPU using C++11 threads or in the GPU via CUDA.☆75Updated 2 years ago
- A rethinking of the C time library☆11Updated 4 months ago
- An optimizing compiler for a large subset of the C programming language☆26Updated 2 weeks ago
- A type-safe C successor that compiles directly to various platforms.☆139Updated last month
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆73Updated 3 years ago
- Zig Optimizing Backend☆20Updated 2 weeks ago
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆17Updated last month
- My little WebAssembly interpreter☆72Updated 3 weeks ago
- Writing a compiler in a week-end☆394Updated 3 months ago
- Viznut's C-only GPT-2 implementation☆51Updated 2 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated this week
- A compiled, statically typed, C-like, data oriented language with a focus on performance and low-level optimization using GPU acceleratio…☆22Updated 6 months ago
- A simple C compiler I wrote to demonstrate how to write simple compilers. Currently targets x86_64☆23Updated last year