Subject: Re: Profiling weirdness?
To: None <jtc@cygnus.com>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 08/19/1994 17:19:54
   Has anyone experienced wierdness in gprof output?  

   In the call graph section, it looks like a functions grandchildren
   are being used as if they were children.

If you compile with a high optimization level, GCC will try to turn
calls from the end of a function into jumps, thus producing strange
profiler output.  Are you sure this isn't what you're seeing?


------------------------------------------------------------------------------