This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: May I propose an extension and ask how difficult this would be?
>>>>> Jamie Lokier <jamie.lokier@cern.ch> writes:
> There is also unwinding code, unfortunately still in line. And the
> caller has to jump over it.
Is this still the case with -O? A quick test indicates otherwise.
> Cab the unwind code be eliminated when calling a throw() function?
If nothing can throw, we don't need the cleanups to handle the case when
something throws.
Jason