Open Oppen opened 2 months ago
The NariVM already tracks allocations and provides the means for a language to collect its own garbage. It would be useful to enable reporting of this information at the end of a run for diagnostics.
@Oppen this has been fixed already, hasn't it?
I see this more as a feature request for things like a front-end forgetting to remove a level from the stack. The leaks in the VM have been fixed.
The NariVM already tracks allocations and provides the means for a language to collect its own garbage. It would be useful to enable reporting of this information at the end of a run for diagnostics.