]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Make sure this gets built with -fomit-frame-pointer, even on x86-linux,
authorJulian Seward <jseward@acm.org>
Sat, 20 Aug 2011 15:55:07 +0000 (15:55 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 20 Aug 2011 15:55:07 +0000 (15:55 +0000)
commit978b0c5bf2b8f97193144b046f076f5b92433aff
tree6f9509e896da61de42c954ffed929bdaa83270c6
parent11ce1f16fa4e7cb3d157420b52dfc64bc60f9c83
Make sure this gets built with -fomit-frame-pointer, even on x86-linux,
where it otherwise wouldn be.  On x86-linux running Memcheck, gives a
6% instruction count reduction and a 10% reduction in memory traffic.
(Duh!)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11998
memcheck/mc_main.c