Commits

Dave Abrahams committed 41fe3896d8e
[stdlib] Synchronization-free empty array buffer Now that <rdar://problem/18540783> is fixed, we can stop allocating the empty array buffer dynamically and go back to using the one that is statically laid out in GlobalObjects.cpp, thereby avoiding the atomic instructions required to make it threadsafe. Swift SVN r22545