Commits

Arnold Schwaighofer committed 8644e9c93c3
stdlib: Don't inline copyBuffer copyBuffer contains a copy loop which will prevent retain/release matching across it. This fixes a 50% regression in MatMul after applying Dave's array patches. rdar://18777237 Swift SVN r23133