try/finally improvement

Richard Henderson rth@redhat.com
Tue Jul 23 20:08:00 GMT 2002


On Tue, Jul 23, 2002 at 06:53:32PM -0700, Per Bothner wrote:
> > In principal, yes.  Though that decision is affected by the
> > horribleness that computed gotos have on the control flow.
> 
> Substantially worse than indirect unknown function calls and
> virtual method calls?

Yes.  Much.  Indirect branches are the very worst thing
you can do to our optimizers.


r~



More information about the Gcc-patches mailing list