←back to thread

95 points ingve | 1 comments | | HN request time: 0.212s | 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. notepad0x90 ◴[] No.44569166[source]
most code shouldn't but you don't know what the library you're using is doing behind the scenes. the few code that do care, if a lot of people use them as a dependency, that could get real messy real fast.