Swift does away with pointers == pervasive ARC

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 17 11:00:04 PDT 2014


On 6/17/2014 2:31 AM, eles wrote:
> It is not (only) about cost, it is about determinism. Exceptions are on the
> error recovery path, so they are less important to be deterministic.

Yes, I do understand that. What I am trying to get across is that ARC can often 
consume MORE aggregate time than GC.



More information about the Digitalmars-d mailing list