Gregofi / camel

Custom dynamic programming language
MIT License
6 stars 1 forks source link

Memory leaks not caused by absence of GC #29

Closed Gregofi closed 2 years ago

Gregofi commented 2 years ago

There are many memory leaks which are not caused by absence of GC. Many structures (like vm, stack, locals etc.) are not properly freed.

There are many temporary objects which are lost forever, that is however job for GC.