sibcall fixup

Richard Henderson rth@redhat.com
Sun Feb 18 17:40:00 GMT 2001


On Sun, Feb 18, 2001 at 07:03:15PM -0500, Richard Kenner wrote:
> I also got rid of the gotos in the code in question
> (yes, I understand that some might consider the replacement worse ..).

Me for one.  I absolutely hate gigantic if conditions.

This one, for instance, barely fits on the screen.  Please do not
create such things.  If you absolutely positively must get rid of
the gotos, please extract this condition into its own function and
split it up into multiple tests and returns.


r~



More information about the Gcc-patches mailing list