weliveindetail / JitFromScratchLinks
Example project from my talks in the LLVM Social Berlin and C++ User Group
☆175Updated 4 years ago
Alternatives and similar repositories for JitFromScratch
Users that are interested in JitFromScratch are comparing it to the libraries listed below
Sorting:
- Clang with JIT extensions☆232Updated 2 years ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆524Updated 4 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆169Updated 8 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Modern C++ benchmarking☆73Updated 5 years ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆188Updated 9 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆401Updated last month
- Portable C++ SIMD library☆173Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated last month
- Compiler-neutral Internal Program Representation for C++☆227Updated 2 months ago
- ☆71Updated 6 years ago
- Memory optimal Small String Optimization implementation for C++☆244Updated 10 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- bad_alloc Behaving Badly☆74Updated 6 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- A framework for reusing code in Clang tools☆125Updated last month
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- A plugin for Clang compiler☆119Updated 3 years ago
- C++11 metaprogramming library☆112Updated 9 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆249Updated 4 years ago
- A set of C Preprocessor analysis and source code rejuvenation tools that perform source to source translation of C++ programs by replacin…☆47Updated 7 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- Slides for my C++Now 2017 talk☆58Updated 8 years ago
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year