Commits

Erik Eckstein committed e46c050b8d5
Reuse type metadata of Self in witness methods. This reduces the size of protocoll witnesses in the dylib by 12%, resulting in an overall dylib code size reduction of 1.7%. And there are a few performance improvements for -Onone: CaptureProp: +34%, RangeAssignment: +16%. Swift SVN r25269