Commits

Dmitri Hrybenko committed ba6920e69db
stdlib: stop using CFDictionaryCreateCopy() in dictionary bridging Use -[NSDictionary copyWithZone:] instead. CFDictionaryCreateCopy() is buggy in OSes that ship today: it copies the dictionary unconditionally, even if it is immutable, resulting in O(n) bridging. Swift SVN r27732