Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Add API for programatic tracing of specializations/new methods #15860

Merged
merged 3 commits into from
Apr 15, 2016

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    810e53f View commit details
    Browse the repository at this point in the history
  2. Add tracing of specializations/new methods

    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.
    Keno committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    2840b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79b2dd8 View commit details
    Browse the repository at this point in the history