Saving Space When Saving Spaceemsea.github.io 19 pointsemily-c8 years ago2 commentsSaveHideCopy link On HNComments−imglorp8yWindows specific.−gumby8yNo really, you could do the same with an ELF file and have start() mmap some zero pages before calling main().In the scheme of things this is no big deal but it's still fun to think about.
Comments
Windows specific.
No really, you could do the same with an ELF file and have start() mmap some zero pages before calling main().
In the scheme of things this is no big deal but it's still fun to think about.