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
@michaelcadilhac I've found a benchmark for which the assertion below does not hold. See 07.tlsf in the realizable benchmarks in tests. Why did we not use at least int?
I'd call this premature optimization. This allows for a slightly better data structure for the loop that follows, in the code. I'm "refreshing" all integer types with fixed width integer types right now, and this will solve that.
@michaelcadilhac I've found a benchmark for which the assertion below does not hold. See
07.tlsf
in the realizable benchmarks intests
. Why did we not use at leastint
?acacia-bonsai/src/boolean_states/forward_saturation.hh
Line 32 in 9e75f86
The text was updated successfully, but these errors were encountered: