On 4/23/23 10:45, Juan Quintela wrote:
This is the kind of trouble that I don'k now what to do. I am pretty sure that nobody is goigng to migrate a host that has so much RAM than needs a 64bit counter in that two architectures (or any 32 architectures for what is worth).
Does it really need to be a 64-bit counter? Should it be size_t instead?Given that a 32-bit host can't represent more than say 2**20 pages, we shouldn't need to count them either.
r~