Commits

Nadav Rotem committed 8ce6af50ea6
Make the node of the concurrent map a ConcurrentList. Making the type of nodes in the concurrent map a concurrent list will get rid of the problem of the map itself allocating the node type, which may have a side effect. Swift SVN r23443