DIP60: @nogc attribute

via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 17 14:13:53 PDT 2014


On Thursday, 17 April 2014 at 20:46:57 UTC, Ola Fosheim Grøstad 
wrote:
> But compiled Objective-C code looks "horrible" to begin with… 
> so I am not sure how well that translates to D.

Just to make it clear: ARC can make more assumptions than manual 
Objective-C calls to retain/release. So ARC being "surprisingly 
fast" relative to manual RC might be due to getting rid of 
Objective-C inefficiencies caused by explicit calls to 
retain/release rather than ARC being an excellent solution. YMMV.



More information about the Digitalmars-d mailing list