FDEs for virtual thunks

Richard Henderson rth@redhat.com
Mon Jun 17 17:31:00 GMT 2002


On Mon, Jun 17, 2002 at 03:29:11PM -0700, Matthew Austern wrote:
> Is there a reason that g++ generates FDEs for virtual thunks?

Because they're generated by a mechanism that does not
guarantee that they'll be implemented as tail-calls.
And if that doesn't happen, we have to unwind through them.


r~



More information about the Gcc mailing list