Commits

Doug Gregor committed da2690677f5
Cache the 'literal-compatible type' check. This check was the other major source of member-name lookup operations in the cconstraint-based type checker. Caching the result gives a 13% speedup on swift.swift (Release build). Swift SVN r3153