Swift does away with pointers == pervasive ARC

whassup via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 18 10:08:24 PDT 2014


  Doesn't Nimrod do deferred referencing counting(with backup 
cycle detection). Stack references don't need to DEC/INC. Do 
conservative stack scan during collection. Nimrod doesn't have 
D's GC issues, why not just do that?


More information about the Digitalmars-d mailing list