Commits

Doug Gregor committed 14e4e12e93e
Cache member lookups within a type-checking problem. The constraint-based type checker tends to perform the same name lookups repeatedly, and our slow name-lookup implementation makes this very painful. Caching member-lookup results within a constraint system eliminates most of this bottleneck, for a 20% speedup. Swift SVN r3152