Lartu / katalyn

Scripting language that combines the simplicity of Lua with the power of Perl 🛡️
http://lartu.net/katalyn/
Apache License 2.0
5 stars 1 forks source link

Memory leak detection #8

Open Oppen opened 2 months ago

Oppen commented 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.

Lartu commented 1 month ago

@Oppen this has been fixed already, hasn't it?

Oppen commented 1 month ago

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.