mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This allows us to avoid heap allocation and reference counting when working with decoders. Also both (public and internal) distributed target execution methods has been made generic over a decoder type.