OrangeC
OrangeC copied to clipboard
Replace current memory management
The compiler uses an archaic form of memory management, and also requires all memory be zeroed by the memory manager. Rework to remove these restrictions and use more standard memory management (new/delete/auto allocations)
there is progress being made on this as the compiler is transitioned into using more and more C++ containers