Plan for D

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Thu May 20 15:18:09 UTC 2021


On Thursday, 20 May 2021 at 14:58:36 UTC, sighoya wrote:
> 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?

There is no GC pointer, only raw pointers?


More information about the Digitalmars-d mailing list