Commits

Doug Gregor committed 117940958bf
Replace the type variable -> graph node dense map with an embedded pointer. Provides a 4% speedup type-checking the standard library. This optimization brings the global constraint graph within 2% of the prior solution, and prevents us from creating multiple constraint graphs per constraint system, so flip the switch to always use the global constraint graph. Swift SVN r11003