mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This change moves us toward the official feature, and eliminates the extra level of "thunk" that was implied by `@_cdecl`. Amusingly, this trips up the LLVM-level ARC optimizations, because we are trying to perform ARC optimizations within the retain/release runtime functions. Teach those optimization passes to leave swift_retainN et al alone.
15 KiB
15 KiB