What kind of memory footprint reduction / speed increase can I expect if I
compile with the -fomit-frame-pointer option?
I already compile all of my ports with:
  -O2 -pipe -funroll-loops -ffast-math -march=pentium

... but I'me hearing mixed views about -fomit-frame-pointer. I understand
I won't be able to debug crashing programs, but for programs that are
stable and not causing a problem, I see this as an option if it will make
things run faster.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to