Hacker News new | ask | show | jobs
by oguz-ismail 495 days ago
> If that's a hard lower limit

I think it's some sort of optimization (retrieving one page of memory should be easier than two, right?). With GNU ld I can do

    ld -s -Ttext=0x4000b0 tiny.o
and shave off 3920 bytes on my system.