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 project. Profiling revealed that the
majority of this time was spent operating on the MarkedNonReadWriteOnly
set.
By moving the storage to a per-GlobalValueSummaryInfo basis, the
execution time is dramatically reduced to less than 10 seconds.
0 commit comments