Closed Gregofi closed 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.
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.