Observed on x86_64, possibly an architecture-specific issue. Upper bits of registers holding variables upcast from `int`->`uint64_t` contained upper bits from previous values of that register.
Observed on x86_64, possibly an architecture-specific issue.
Upper bits of registers holding variables upcast from
int->uint64_tcontained upper bits from previous values of that register.