Commits

Xin Tong committed 17fe37d715d
Use a separate valueenumerator for alias cache and memory behavior cache If we use a shared valueenumerator, imagine the case when one of the AAcache or MBcache is cleared and we clear the valueenumerator. This could give rise to collisions (false positives) in the not-yet-cleared cache!