Commits

Erik Eckstein committed 44fed755ccb
Use SmallPtrSet instead of DenseSet in CallGraphEdge The memory allocation of DenseSet had a significant contribution to the compile time. This change reduces the time of runSILOptimizationPasses by ~25% in a stdlib build => ~2s faster. Swift SVN r25373