Designing with the GC out of mind
Martin Drasar
drasar at ics.muni.cz
Tue Aug 6 06:13:40 PDT 2013
On 6.8.2013 14:58, QAston wrote:
> On Tuesday, 6 August 2013 at 12:41:26 UTC, Adam D. Ruppe wrote:
>> On Tuesday, 6 August 2013 at 07:19:40 UTC, JS wrote:
>>> 1. Is there a way to determine what the GC is doing?
>>
> ...
>>
>> You can also tell where the gc runs by carefully reviewing the code:
>
> There's complete list at http://dlang.org/garbage.html - paragraph: "D
> Operations That Involve the Garbage Collector"
Also as Manu and others pointed out, Phobos tends to allocate a lot.
There is also a code from Adam D. Ruppe that you might find useful:
http://forum.dlang.org/thread/fbjeivugntvudgopyfll@forum.dlang.org
Martin
More information about the Digitalmars-d
mailing list