Commits

Doug Gregor committed eaa5ae079e6
Eagerly de-duplicate dynamic lookup results. By eagerly de-duplicating the results of dynamic lookup within the type checker, we eliminate the cost of trying a number of separate overloads, each of which will produce an equivalent solution. No functionality change. Swift SVN r8460