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

trimming: don't abort where we used to resolve dynamic calls #56271

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

topolarity
Copy link
Member

This call resolution code was deleted in #56179 (rightfully so), but it should be a no-op until we implement this in inference.

This call resolution code was deleted in JuliaLang#56179 (rightfully so -
this code really should never have been here in the first place) but it
should be a no-op not an abort, until we implement this in inference.
@topolarity
Copy link
Member Author

This still means a regression for --trim use cases until we implement this call resolution on the inference side, so we'll want to do that soon

@giordano giordano added the trimming Issues with trimming functionality or PR's relevant to its performance/functionality label Oct 21, 2024
@topolarity topolarity merged commit 1ba035d into JuliaLang:master Oct 21, 2024
6 of 8 checks passed
@topolarity topolarity deleted the ct/rm-dyncall-abort branch October 22, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trimming Issues with trimming functionality or PR's relevant to its performance/functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants