Avatar
omochimetaru 11/2/2017 5:03 AM
Swift5の大きなテーマがABIなので、Ownershipもそれに引っ張られてABIに関するやつはやるぞって書いてある
5:03 AM
Memory ownership model. An (opt-in) Cyclone/Rust-inspired memory ownership model is strongly desirable for systems programming and for other high-performance applications that require predictable and deterministic performance. Part of this model was introduced in Swift 4 when we began to enforce exclusive access to memory. In Swift 5 our goal is to tackle the pieces of the ownership model that are key to ABI stability.
5:03 AM
pieces of the ownership model that are key to ABI stability.
5:04 AM
ABI安定性のカギとなるオーナーシップの一部分