Garbage Collectors
    Richard (Rikki) Andrew Cattermole 
    richard at cattermole.co.nz
       
    Wed Jul 19 08:27:18 UTC 2023
    
    
  
Its not as simple as porting to the API unfortunately.
We don't have barriers of any kind, so that removes most GC designs you 
would want to use today. We are very close to maxing out what we can do 
as a result.
A whole pile of logic is hidden in rt, so you have no choice but to 
either do the work to fix that, or recompile druntime with your GC.
    
    
More information about the Digitalmars-d-learn
mailing list