www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - List of compiler / runtime hooks

reply Johannes Pfau <nospam example.com> writes:
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
Jan 20 2013
parent reply "deadalnix" <deadalnix gmail.com> writes:
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 !
Jan 20 2013
parent Walter Bright <newshound2 digitalmars.com> writes:
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.
Jan 20 2013