←back to thread

95 points ingve | 1 comments | | HN request time: 0.297s | source
Show context
nephanth ◴[] No.44568300[source]
From my noobish standpoint, it feels like most code shounldn't care what the page size is? Why does it need te be recompiled?

What typically tends to break when changing it?

replies(6): >>44568475 #>>44568482 #>>44568492 #>>44568560 #>>44568984 #>>44569166 #
1. magnat ◴[] No.44568560[source]
Mostly for I/O, e.g. mmap requires file offset to be multiple of the page size.