Uh oh!
There was an error while loading. Please reload this page.
Emit ICorProfiler ModuleLoadFinished for dynamic modules - #77068
Conversation
ghost
commented
Oct 14, 2022
Tagging subscribers to this area: @tommcdon |
k15tfu
commented
Oct 21, 2022
@davmason Hi! It turned out to be a critical issue for us and for our customers. Will this fix be included in 7.0 rc3, is there anything we can do for that? |
davmason
commented
Oct 27, 2022
The servicing PR for 7.0 is here: #77533 |
dakersnar
commented
Oct 27, 2022
It seems like this commit might have caused one of the regressions in this issue: dotnet/perf-autofiling-issues#9181 Specifically, the System.Memory.Span.BinarySearch regression. |
davmason
commented
Oct 27, 2022
Hi @dakersnar, Do you have any exiting investigation you can point me to? Off the top of my head I would be very surprised if this fix caused a regression in binary search, it is only called on module load and only if a profiler is attached. But stranger things have happened |

#63157 introduced a regression where we do not call ModuleLoadFinished for dynamic modules
Fixes#76016