Swift SVN r12224
In many cases these calls are constructors that were too big to be inlined. We now devirtualize this code: class ABC { init() { /* Don't inline */ } func member() { } } func foo() { var x = ABC() x.member() } Swift SVN r12223
Swift SVN r12222
The reason is that I would like to add more sophisticated analysis and a chache, which does not fit into sil-combine very well. Swift SVN r12221