You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resizing a BitVector that does not cause new allocations (say, resizing from 16 to 20 bits),
BitVector::resize fails to initial the four bits that are now being used. This can lead to inappropriate
behavior, and is preventing GVNPRE from using BitVectors are aggressively as would be possible.