mirror of https://github.com/boa-dev/boa.git
Browse Source
This storage method should be more cache friendly since we store in contiguous memory, besides that it should make #2157 a bit easier. Will work on that next after this gets merged :) It changes the following: - Remove the unneeded `prev` field in `CallFrame` - Preallocate some space for future calls (16 slots)pull/2160/head
Halid Odat
2 years ago
7 changed files with 16 additions and 28 deletions
Loading…
Reference in new issue