You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleSummaryIndex::propagateAttributes() was observed to take about 25
minutes to complete on a ThinLTO application. Profiling revealed that
the majority of this time was spent operating on the
MarkedNonReadWriteOnly set.
By improving the hashing quality for ValueInfo, the execution time is
dramatically reduced to less than 10 seconds.
0 commit comments