|
|
|
|
|
by zozbot234
233 days ago
|
|
> You would need an hardware instruction that tells you if a load or store would fault. You have MADV_FREE pages/ranges. They get cleared when purged, so reading zeros tells you that the load would have faulted and needs to be populated from storage. |
|