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
Use getsplit interface for InvokeCallInfo (#58328)
This makes invoke inlining work for CallInfo wrappers, e.g.
- JuliaComputing/DAECompiler.jl#23
- JuliaDebug/Cthulhu.jl#640
I think this is probably the cleanest way to do it. Other ways might be
to refactor InvokeCallInfo to wrap around a generic call info, but we
already have this interface for callinfos, so might as well try to use
it.
0 commit comments