OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

Replace current memory management

Open LADSoft opened this issue 5 years ago • 1 comments

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)

LADSoft avatar Oct 29 '20 03:10 LADSoft

there is progress being made on this as the compiler is transitioned into using more and more C++ containers

LADSoft avatar Jun 24 '23 03:06 LADSoft