Comment by awirth
8 years ago
An invariant you get from most kernels is that all new memory pages are zeroed when mapped into processes (normally through mmap or sbrk), so you only have the paging problem when initializing with a value other than zero.
No comments yet
Contribute on Hacker News ↗