swift
d18cd73f - [Concurrency] SIL: Apply `nonisolated(nonsending)` on deserialized SIL functions

Commit
33 days ago
[Concurrency] SIL: Apply `nonisolated(nonsending)` on deserialized SIL functions If type associated with the function is `nonisolated(nonsending)` transfer that onto the new `SILFunction` itself. Without this `nonisolated(nonsending)` + `@_alwaysEmitIntoClient` declarations could be optimized incorrectly.
Author
Committer
Parents
Loading