Date: Tue, 18 Mar 2003 08:15:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: alexvn AT bigfoot DOT com Message-Id: <4331-Tue18Mar2003081523+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (alexvn@bigfoot.com) Subject: Re: gcc -O3 & gprof References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Alex Vinokur" > Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help,gnu.utils.help > Date: Tue, 18 Mar 2003 06:52:29 +0200 > > > > The optimisation -O3 inlines simple functions (like yours here). There are > > no calls to trace. > [snip] > > How can we see that ? By using the -S switch to GCC and looking at the produced assembly. "objdump --disassemble a3.exe" could also help.