Plan for D

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Thu May 20 12:59:48 UTC 2021


On Thursday, 20 May 2021 at 11:10:25 UTC, IGotD- wrote:
> Also when you mention ARC, is that atomic reference counting or 
> automatic reference counting?

I mean removing inc/dec by static analysis. Possibly also turning 
shared_ptr into unique_ptr where possible, which is tricky 
because of sizeof. I guess I dont mean library RC, but something 
close to it. It could look like a template.

Done in a way that could later be extended to the heap, so if you 
can prove that something is used as a stack, you can get rid of 
the refcount...




More information about the Digitalmars-d mailing list