Thread overview
List of compiler / runtime hooks
Jan 20, 2013
Johannes Pfau
Jan 20, 2013
deadalnix
Jan 20, 2013
Walter Bright
January 20, 2013
As this has been asked for repeatedly I've created a wiki page with a list of compiler/runtime hooks. Would be great if some people could help completing this list:

http://wiki.dlang.org/Runtime_Hooks
January 20, 2013
On Sunday, 20 January 2013 at 12:44:56 UTC, Johannes Pfau wrote:
> As this has been asked for repeatedly I've created a wiki page with a
> list of compiler/runtime hooks. Would be great if some people could
> help completing this list:
>
> http://wiki.dlang.org/Runtime_Hooks

That is really great news. Good job !
January 20, 2013
On 1/20/2013 5:59 AM, deadalnix wrote:
> On Sunday, 20 January 2013 at 12:44:56 UTC, Johannes Pfau wrote:
>> As this has been asked for repeatedly I've created a wiki page with a
>> list of compiler/runtime hooks. Would be great if some people could
>> help completing this list:
>>
>> http://wiki.dlang.org/Runtime_Hooks
>
> That is really great news. Good job !

Yes, it is nice.

It needs template RTInfo(T), which is defined in object.di, which is where a hook can be added by the library developer to add compile time information to a gc allocation.