Introducing a datatype for WorkLists that properly prioritizes equalities.
authordimitris@microsoft.com <unknown>
Thu, 31 Mar 2011 10:26:34 +0000 (10:26 +0000)
committerdimitris@microsoft.com <unknown>
Thu, 31 Mar 2011 10:26:34 +0000 (10:26 +0000)
We were not prioritizing the interaction of equalities in the worklist, because
pre-canonicalization solved the constraints one by one, in their arrival order.
This patch fixes this, so it's a generally useful improvement, mainly for
efficiency. It makes #4981 go away, although it's not a definite answer to the
cause of the problem. See discussion on Trac.


No differences found