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


Jeffrey A Law <law@cygnus.com> writes:

[...]

| ... I wonder if everything inside an extern "C" block is implicitly
| marked as nothrow, which would make calls to those functions potential
| tail call sites.

extern "C" just affects linkage.  It doesn't imply exception
specification. 

-- Gaby
CodeSourcery, LLC                             http://www.codesourcery.com

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