Commits

Michael Gottesman committed 5e06d136856
Use a small blot map vector instead of a blot map vector to avoid using a dense map. This drops the amount of memory allocated by ARC when compiling Swift.swiftmodule to 35% of its original value. Swift SVN r32949