Commits

Nadav Rotem committed 66f54f7ddf7
Performance Inliner: Change the cost calculation method. Before this commit we compared the total function size plus the callee size to the threshold. With this commit we use the threshold as the inlining budget and we keep inlining until we run out of our budget. Swift SVN r12424