mirror of https://github.com/boa-dev/boa.git
Browse Source
* Reduce `WeakGc<T>` memory usage Makes inner storage of `WeakGc<T>` store `()` in place of `Ephemeron` value, insteadthe of a clone of the `Gc<T>` which is already stored in the key. Reducing the size by the width of one pointer. * Apply reviewpull/3498/head
Haled Odat
11 months ago
committed by
GitHub
4 changed files with 42 additions and 10 deletions
Loading…
Reference in new issue