mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Add a managed bump allocator backed by an 8 MB mmap region to replace alloca-based execution context allocation. Pages are committed on demand by the OS, so only the memory actually touched is resident. The InterpreterStack is stored as a member of VM and provides simple LIFO allocation and deallocation of ExecutionContext frames.
509 B
509 B