OpenTuringCompiler icon indicating copy to clipboard operation
OpenTuringCompiler copied to clipboard

Garbage Collection

Open trishume opened this issue 12 years ago • 1 comments

The memory management is terrible (I.E non-existent) right now.

Adding proper "delete" operators would be complicated and introduce errors. Not to mention make the code much more complex.

A garbage collector (Boehm?) should be used at the very least for Symbols and TuringValues

trishume avatar Mar 05 '12 23:03 trishume

definitely Boehm.

trishume avatar Mar 09 '12 22:03 trishume