swift
cda365ca - [stdlib] Collection types are eagerMove.

Commit
2 years ago
[stdlib] Collection types are eagerMove. Types that have "value semantics" should not have lexical lifetimes. Value types are not expected to have custom deinits. Are not expected to expose unsafe interior pointers. And cannot have weak references because they are structs. Therefore, deinitialization barriers are irrelevant. rdar://107076869
Author
Committer
Parents
Loading