Commits

Dmitri Hrybenko committed c5ec180cd89
Dictionary: remove some autorelease traffic by avoiding immutable creating immutable NSArrays (which autorelease objects internally), and by building the code in ARC mode (so that autorelease optimization kicks in). rdar://17944094 Swift SVN r21365