5y ago · Feb 4, 2021 4:31 PM
A linear arena allocator that allocates memory by simply bumping a pointer forward: void* ptr = currentPtr; currentPtr += size;. Allocation cost is 2 CPU instructions.
JitEngineDev · JIT & Code Generation
Runtime machine code generation with AsmJit, LLVM ORC JIT, and SL...
Runtime machine code generation with AsmJit, LLVM ORC JIT, and SL...
The following users thanked JitEngineDev for this post: