How to use D without the GC ?

Vinod K Chandran kcvinu82 at gmail.com
Wed Jun 12 16:50:04 UTC 2024


On Wednesday, 12 June 2024 at 01:35:26 UTC, monkyyy wrote:
>
> rather then worring about the gc, just have 95% of data on the 
> stack
>
How's that even possible ? AFAIK, we need heap allocated memory 
in order to make GUI lib as a DLL. So creating things in heap and 
modify it, that's the nature of my project.



More information about the Digitalmars-d-learn mailing list