Re: goto's ???

Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Fri, 28 May 1999 00:51:20 -0400


Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> said:

[...]

> It's faster when the code goes straight without jumps. Errors do not
> happen often, so the first is better. The compiler doesn't know which
> branch is used more, but we know it, so we must suggest the compiler where
> to put jumps.

And it is also gentler on the kind human reader, who doesn't want to look
at the error code all the time ;-)

-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/