I opened up my compiled Hello World Obj-C application in a text editor and, to my surprise, I found about 8 kilobytes of 00 00 00 00 00 00 00 00 ....
Why are these here? Is there a way to clear out these zeroes (which I doubt have too much function)?
Obviously it's not so important in this file, seeing as it's only 16kB to begin with, but I'd like to know anyway.