How would I go about disabling garbage collection globally? Would I just call tango.core.Memory.disable() at the start of my program, or is there a compiler/linker option that does it better?
Would doing manual memory management have any ill effects on Tango?