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
[Dependency Scanning] Remove coarse-grained synchronization on all dependency scan queries
In the `InterModuleDependencyOracle`, which may be shared across different instances of the `Driver`, all dependency scanning queries are executed synchronously on a shared dispatch queue.
This is no longer necessary with the scanner guarding its own shared state as of swiftlang/swift#64615.
0 commit comments