RFC: moving forward with @nogc Phobos

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 3 13:42:07 PDT 2014


04-Oct-2014 00:21, Dmitry Olshansky пишет:
> 04-Oct-2014 00:21, Andrei Alexandrescu пишет:
>> On 10/3/14, 1:18 PM, Dmitry Olshansky wrote:
>>> 03-Oct-2014 23:50, Andrei Alexandrescu пишет:
[snip]
>>> Glad you liked it.
>>>
>>> Being in favor of automation as a start I just toggled -vgc flag in
>>> Win64 makefile and built phobos. Raw data (CSV) is here:
>>>
>>> https://gist.github.com/anonymous/763adcd62ab60a66e9d8
>>>
>>> Time to mine it...
>>
>> D script that generates wikitable from that -> awesomeness. -- Andrei
>>
>
> I'm on it. With GitHub source links. D's regex rocks ;)
>

Forgot my wiki credentials. Anyhow I got passable Markdown page fairly 
quickly. Looks like this:

https://github.com/DmitryOlshansky/phobos/wiki/Phobos-GC-happy-list!

Tool to get it, anybody feel free to take over from here:

https://gist.github.com/anonymous/dc0000d3b801a7bedff0

Takes DMD's output from stdin, so:

make -f posix.mak | ./this_script

(Needs -vgc flag obviously)

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list