I just wondered if comments are included in binaries, or does the compiler know to remove them?
Objective C, just like plain C, uses the preprocessor to do that kind of stuff. The compiler doesn't even see comments.