zlacker
[parent]
[thread]
1 comments
1. dilipp+(OP)
[view]
[source]
2022-01-20 17:25:21
If I understand this correctly, we now get 128 bit pointers. The lower 64 bits are the address and the upper 64 bits are permissions.
Did I miss anything?
replies(1):
>>saagar+vQ
◧
2. saagar+vQ
[view]
[source]
2022-01-20 21:12:26
>>dilipp+(OP)
129 bits, there's a "valid" bit at the top. For most software this is invisible but some code will need to care (most notably, anything that copies pointers will need to preserve that bit.)
[go to top]