Commits

Erik Eckstein committed 962a50160ab
stdlib: Optimize convertion from array literal for Array Replaced the general implementation (which works for all array types) to the obvious and trivial implementation for Array. This speeds up array literal initialization by about 2x. Swift SVN r21626