weliveindetail / JitFromScratch
Example project from my talks in the LLVM Social Berlin and C++ User Group
☆172Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for JitFromScratch
- Clang with JIT extensions☆228Updated last year
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆513Updated 3 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆173Updated 8 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆383Updated 3 months ago
- bad_alloc Behaving Badly☆73Updated 5 years ago
- Experimental wrapper over LLVM for generating and compiling code at run-time.☆381Updated 4 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆160Updated 8 years ago
- Portable C++ SIMD library☆175Updated 5 years ago
- Love template metaprogramming☆325Updated 2 years ago
- Modern C++ benchmarking☆73Updated 4 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆151Updated 7 years ago
- Compiler-neutral Internal Program Representation for C++☆222Updated last year
- ☆71Updated 6 years ago
- A library for C++ reflection and introspection☆199Updated 7 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated 10 months ago
- C++ version of Doug Lea's excellent malloc() implementation.☆149Updated 5 years ago
- ☆127Updated last year
- High-performance multicore-scalable data structures and benchmarks☆138Updated 5 years ago
- Demonstration of LLVM's opt-viewer tool☆70Updated 7 years ago
- LLVM Profiling Visualization☆83Updated 2 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- A set of C Preprocessor analysis and source code rejuvenation tools that perform source to source translation of C++ programs by replacin…☆46Updated 6 years ago
- A simple, extensible, portable, efficient and header-only SIMD library!☆229Updated 3 years ago
- An approach for runtime detection inside a constexpr function☆80Updated 6 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 8 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆241Updated 3 years ago
- A C++14-and-later expression template library☆108Updated last week
- A generic C++17 parser-combinator library with a natural grammar notation.☆122Updated 3 years ago
- Alive: Automatic LLVM's Instcombine Verifier☆219Updated last year