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
The reason is that we currently have to check all bit-widths from 1 to 64. Increasing the upper bound will increase the running time of the tool. As a short-term hack, you can increase the value to, say, 128 bits.
We cannot provide a better solution in the short term, but we'll surely look into this issue in the next few months.
According to the comment in
value.py
https://github.com/nunoplopes/alive/blob/master/value.py#L289
only integers up to 64 bits are supported. Consequently, I couldn't check for the following optimization that was produced when compiling LLVM:
Are there any fundamental reasons to not support >64 bit integers?
The text was updated successfully, but these errors were encountered: