On Thu, 2009-10-22 at 09:16 -0700, David Daney wrote: > Steven Rostedt wrote: > > Functions that run off into another function?? I guess the compiler > > could do that, but with -pg enable, I would think is broken. > > > > Use of GCC-4.5's __builtin_unreachable() can lead to this, as well as > functions that call noreturn functions. But still. Should that unreachable code have a "save ra to stack"? If not, this method is still safe. -- Steve