This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tail call optimizations



  In message <u9hfdxcvkp.fsf@yorick.cygnus.com>you write:
  >  > If so, then no tail call optimization is possible.
  > 
  > Why not?  An exception thrown out of bar would just propagate out to foo's
  > caller, as if it had been thrown from foo.
  > 
  > It doesn't matter if a call can throw; it only matters if we want to try
  > to catch the exception.
OK.  My general lack of knowledge about EH is showing :-)

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]