A benchmark, mostly GC

Timon Gehr timon.gehr at gmx.ch
Sun Dec 11 18:41:39 PST 2011


On 12/11/2011 11:37 PM, dsimcha wrote:
> On 12/11/2011 4:26 PM, Timon Gehr wrote:
>> We are talking about supporting precise GC, not about custom runtime
>> reflection. There is no way to get precise GC right without compiler
>> support.
>
> FWIW my original precise heap scanning patch generated pointer offset
> information using CTFE and templates. The code to do this is still in
> Bugzilla and only took a couple hours to write.

But it is not precise for the stack, right? How much work is left to the 
programmer to generate the information?


More information about the Digitalmars-d mailing list