Re: Are memory safety and maximized data volatility mutually exclusive?

Raoul Duke <[email protected]> Thu, 8 Oct 2015 12:24:59 -0700
Newsgroups gmane.comp.capabilities.general
Message-ID <CAJ7XQb6wf2P_pENoPc_7NeEPN7SG4VGOyiqUJEAYq_oreouBnQ@mail.gmail.com>
> You need to distinguish between memory safety and garbage collection.


In a ref counting system, e.g. Objective-C with ARC, you'd get a
dealloc call fairly quickly. :-)