Skip to content

Issue83 memory leak

Yi Lin requested to merge issue83-memory-leak into develop

Implemented Drop for VM and GC spaces, so the metadata tables are deallocated properly. Running cargo tests requires roughly 200M memory (total allocated memory is 4GB).

Merge request reports