On 2/6/14, Dicebot <[email protected]> wrote: > Merging https://github.com/D-Programming-Language/dmd/pull/1886 > and running phobos unit tests should make it relatively simple, > at least for a first pass.
Running the tests is overkill, all you have to do is iterate over each module and call "-o- -vgc" on it. We have so many allocations in Phobos that I couldn't even upload my text over to a paste site, most sites have a limit of 150Kb! So here it is on github: https://raw.github.com/AndrejMitrovic/phobos_allocations/master/phobos_allocations.txt
