You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a new API that allows code to register two callbacks to be informed of new
specializations/methods in the system:
- jl_register_tracer, which will call the passed callback on any newly added specialization
of a lambda info that has the `traced` flag set.
- jl_register_newmeth_tracer, which will call the passed callback on any newly created method
in the system.
0 commit comments