Re: [swift-dev] changes in the inliner

2016-04-06 Thread Dave Abrahams via swift-dev
on Fri Apr 01 2016, Erik Eckstein wrote: > Hi, > > I'd like to give some more information about the inliner changes I landed > this week. > > The goal was to restrict inlining to improve code size while not degrade > performance (too much). > This was mainly achieved by improving the heuristic

[swift-dev] changes in the inliner

2016-04-01 Thread Erik Eckstein via swift-dev
Hi, I'd like to give some more information about the inliner changes I landed this week. The goal was to restrict inlining to improve code size while not degrade performance (too much). This was mainly achieved by improving the heuristic for the inlining decisions. Some of our optimizations are