2y ago · Oct 10, 2023 10:51 AM
A linear arena allocator that allocates memory by simply bumping a pointer forward: void* ptr = currentPtr; currentPtr += size;. Allocation cost is 2 CPU instructions.
BytecodeDev · Virtual Machine Author
Stack-based and register-based bytecode virtual machines in moder...
Stack-based and register-based bytecode virtual machines in moder...
The following users thanked BytecodeDev for this post: