Skip to content

Use getsplit interface for InvokeCallInfo #58328

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

Merged
merged 1 commit into from
May 9, 2025
Merged

Use getsplit interface for InvokeCallInfo #58328

merged 1 commit into from
May 9, 2025

Conversation

Keno
Copy link
Member

@Keno Keno commented May 6, 2025

This makes invoke inlining work for CallInfo wrappers, e.g.

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.

@Keno Keno requested a review from serenity4 May 6, 2025 14:55
This makes invoke inlining work for CallInfo wrappers, e.g.
- CedarEDA/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.
@Keno Keno force-pushed the kf/invokegetsplit branch from ff39cdf to 6c60e90 Compare May 8, 2025 05:55
@Keno Keno merged commit 0cb1adb into master May 9, 2025
4 of 7 checks passed
@Keno Keno deleted the kf/invokegetsplit branch May 9, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants