mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When its operand has coroutine kind `yield_once_2`, a `begin_apply` instruction produces an additional value representing the storage allocated by the callee. This storage must be deallocated by a `dealloc_stack` on every path out of the function. Like any other stack allocation, it must obey stack discipline.
82 KiB
82 KiB