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
Merge pull request swiftlang#34188 from apple/revert-30710-bottomupfunction
Revert "[PassManager] Update PassManager's function worklist for newly added SILFunctions"
For some programs which create large number of specialized functions each with deep call chains. This can cause redundant DFS leading to large compile times. Reverting this until we implement a better incremental DFS for updating the bottom up order of newly added functions.
0 commit comments