Improve the recent changes to overlap-checking for view patters
authorsimonpj@microsoft.com <unknown>
Mon, 10 Aug 2009 14:11:58 +0000 (14:11 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 10 Aug 2009 14:11:58 +0000 (14:11 +0000)
The previous patch simply gave up for view patterns; this version
instead treats them like n+k patterns and gives signficantly better
results.

Less code, too.


No differences found