Plan for D

sighoya sighoya at gmail.com
Thu May 20 14:58:36 UTC 2021


On Thursday, 20 May 2021 at 12:59:48 UTC, Ola Fosheim Grostad 
wrote:
> 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.

Why not go further and turn GC pointer to RC if acyclicity is 
given, and if possible turn it into an owned pointer?





More information about the Digitalmars-d mailing list