Open GoogleCodeExporter opened 8 years ago
Seems to be caused by cardinality() returning an invalid value, but not yet
sure...
Original comment by S.J.vanS...@gmail.com
on 1 Apr 2010 at 2:07
Indeed: forcing cardinality() to do a recount every time fixes the problem. It
seems
to only occur after this sequence of events:
1) computing the logical or of two sets
2) appending a 1-bit at the end of the bit set, requiring a new active word
I'm not familiar enough with the source code to actually provide a better fix
can
calling 'doCount' every time.
Original comment by S.J.vanS...@gmail.com
on 1 Apr 2010 at 4:26
Original issue reported on code.google.com by
S.J.vanS...@gmail.com
on 1 Apr 2010 at 10:52