mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
To enable ABIs which store extra info in the frame, add two new slots to the coroutine allocator function table. For example, a frame could have a header containing a context pointer at a negative offset from the address returned from `swift_coro_alloc_frame`. The frame deallocation function would then know to deallocate more space correspondingly.
7.3 KiB
7.3 KiB