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
Rather than instrumenting only exported functions, we should instrument all functions in the function index space (including the standard library) except for the transitive closure of functions invoked by the Tracer.
Compute callgraph
Instrument all functions except those transitively invoked by our functions
Rather than instrumenting only exported functions, we should instrument all functions in the function index space (including the standard library) except for the transitive closure of functions invoked by the
Tracer.