invoked
signatures spuriously invalidate in precompilation
#44320
Labels
compiler:precompilation
Precompilation of modules
(This is copied over from #43990 (comment))
When a method is called via
invoke
, the specialization might appear to be one that should be superseded, but this is not always the case. To demonstrate this, create two packages:and
We incorrectly invalidate
g
when we loadPkgB
:This is incorrect because the code that should run is unchanged by loading PkgB.
The text was updated successfully, but these errors were encountered: