forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inlining: Add an option to not generate compilesig :invoke statements (…
…JuliaLang#46612) In general, when we inline we may change which MethodInstance to invoke to avoid over-specializing. This makes sense when generating IR to be codegen-ed, but makes less sense when we are using inlining as part of a code analysis pipeline, since the compilesig signature will often have not been inferred yet. Add an optimizer option to turn on/off generation of compilesig :invokes.
- Loading branch information
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters