|
|
|
|
|
by pjmlp
3197 days ago
|
|
This is the first step into adopting more Rust like memory safety, but not at the expense of productivity. Basically Swift will keep using reference counting as its GC algorithm, but for high performance situations it will be possible to have a bit more of fine grained control over ownership. However they want to avoid any design that might result in "fighting with borrow checker" feeling. Some info from WWDC 2017, https://developer.apple.com/videos/play/wwdc2017/402/ There is also a transcript. |
|
https://developer.apple.com/videos/play/wwdc2017/402/?time=2...