We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055be26 commit e8cf7a9Copy full SHA for e8cf7a9
NEWS.md
@@ -39,6 +39,8 @@ Compiler/Runtime improvements
39
`@nospecialize`-d call sites and avoiding excessive compilation. ([#44512])
40
* All the previous usages of `@pure`-macro in `Base` has been replaced with the preferred
41
`Base.@assume_effects`-based annotations. ([#44776])
42
+* `invoke(f, invokesig, args...)` calls to a less-specific method than would normally be chosen
43
+ for `f(args...)` are no longer spuriously invalidated when loading package precompile files. ([#46010])
44
45
Command-line option changes
46
---------------------------
0 commit comments