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
Add simplifications for bytes converted to u64 (#837)
Removes artefacts of round-trip conversion between bytes and u64
(starting with bytes).
This enables recognising the magnitude limit of `2^64` of the converted
bytes (eliminates vacuous branches in p-token).
0 commit comments