Swift does away with pointers == pervasive ARC

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 17 03:15:28 PDT 2014


On Tue, 17 Jun 2014 15:02:32 +1000
Manu via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> I can't imagine exceptions would appear in hot code very often/ever?

They could definitely appear in hot code if the exception is for a case that
is very rare, but it's certainly true that if an exception is likely to be
thrown frequently that that calls for rethinking that code so that exceptions
aren't thrown so frequently (and that's that much more true if you're talking
about hot code).

- Jonathan M Davis


More information about the Digitalmars-d mailing list