RFC: reference counted Throwable

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 20 09:56:33 PDT 2014


On 9/20/14, 8:08 AM, Jacob Carlborg wrote:
> On 2014-09-20 16:33, Paulo Pinto wrote:
>
>> It requires compiler support, though.
>
> The first thing I asked in this thread was "Are you suggesting we
> implement ARC?" and the answer was "Yes" [1]. So it looks like Andrei
> already wants to implement ARC. My definition of ARC is that the
> compiler inserts the calls to retain/release (or whatever you call them).
>
> [1]
> http://forum.dlang.org/thread/lvhiam$1pno$1@digitalmars.com#post-lvi0ve:2429il:241:40digitalmars.com

Please don't take me in a court of law. But yes, I am talking about the 
compiler inserting calls to increment and decrement reference counts. -- 
Andrei



More information about the Digitalmars-d mailing list