Commits

Nadav Rotem committed 493f4e3747c
[CodeSize] Disable the inlining of measureExtendedGraphemeCluster. I am using Erik's inliner analysis tool to identify areas where the inliner is too aggressive. In this commit I disabled the inlining of the method measureExtendedGraphemeCluster. This change reduced the size of the swift standard library by about 45k (2% of the .text size). I did not see any performance regressions on the performance test suite.