Commits

Erik Eckstein committed 3d23935d397
Inliner: inline small functions even into cold blocks, because it can reduce code size. Gives following code size improvements (positive % means size reduction): PerfTests_O 7.9% PerfTests_Ounchecked 1.0% PerfTests_Onone 0.4% libswiftCore.dylib -0.1% Performance is approximately the same. There are only few changes above 10%, and this seems to be noise. Swift SVN r25485