Y
Hacker News
new
|
ask
|
show
|
jobs
by
vintermann
1207 days ago
The divisor is from 0 to 63. The dividend is a variable bit length integer, i.e. a bigint.
1 comments
bonzini
1207 days ago
Absolutely not, he needs to compute (63 - x) / 7, where x is computed from a 64-bit integers. There are no bigints involved.
link
vintermann
1207 days ago
Well, there are variable length integers
involved
, since it's as part of a way of representing variable length integers. But it seems you're right that x is just a regular machine int in this context, as an implementation detail. I misunderstood.
link