1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-30 20:28:40 +00:00
Files
UXP/js/src/gc
trav90 4f91b109d0 Simplify HeapSlot to make it trivially copyable
This removes the constructors, which were never called since we allocate arrays of HeapSlot with pod_malloc. The destructor is only ever called explicitly since we free this memory with js_free so it has been renamed to destroy(). Also removed is an unused manual barrier.
2019-02-16 00:11:06 +08:00
..
2019-02-14 14:37:49 +08:00
2019-02-14 14:37:49 +08:00
2019-02-14 14:38:16 +08:00