RFC: moving forward with @nogc Phobos

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 3 11:27:03 PDT 2014


29-Sep-2014 14:49, Andrei Alexandrescu пишет:
> Back when I've first introduced RCString I hinted that we have a larger
> strategy in mind. Here it is.

[snip]

I think it would be well worth it to actually do a bit of research.
Before we get into the fry and spill blood (or LOCs) everywhere.

Can we:

1. Present a list of allocating functions.

2. What they (currently) allocate: string, T[], V[K] or something else.

3. See what alternatives they have (that do not allocate if any).

4. Plot course for these that do not have. (Just listing how function 
signature would change is good enough).

Thanks!

P.S. If there are no takers I'd get do myself it in a week or so.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list