mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Store a list of argument effects in a function, which specify if and how arguments escape. Such effects can be specified in the Swift source code (for details see docs/ReferenceGuides/UnderscoredAttributes.md) or derived in an optimization pass. For details see the documentation in SwiftCompilerSources/Sources/SIL/Effects.swift.
67 KiB
67 KiB