Date: Tue, 24 Dec 2002 10:57:50 -0800 (PST) From: Avleen Vig <lists-freebsd@silverwraith.com> To: freebsd-questions@freebsd.org Subject: Benefits of -fomit-frame-pointer Message-ID: <20021224105527.L350@guava.silverwraith.com>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021224105527.L350>