|
|
|
|
|
by marcosdumay
3391 days ago
|
|
What was the last time you wrote something that was 10MB after compiled to native code when optimizing for space? Linux + BusyBox is less than 2MB (I've fitted it in floppies not too long ago) if you don't include the drivers for everything. I've created a 10MB binary set that implements an entire email server, with everything statically linked, and in Haskell (that leads to inherently big binaries). |
|