Yosef Meller wrote:

... I thought maybe someone could tell me something about stripping (default in Gentoo) and other techniques.
I don't see why stripping would reduce memory usage. Assuming you don't actually debug the program, the debug information (which stripping "strips") would never be loaded into memory at all, as Linux executables are mmap'd and only the executed blocks are loaded into memory.


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to