Re: GNOME CVS: glib jgarzik



Gnome CVS User writes:
 > - Replaced "if (!hash_node) return;" with
 > "if (hash_node) {do stuff}".
 > Testing takes up less code space than explicit call to
 > 'return' before end of function.  (look at gcc -S)

<fireproof-underwear>

Hmm, is it worth it to sacrifice code clarity (presumably) for a
alleged gain of some nanoseconds with one compiler, on one
architecture?

</fireproof-underwear>

--tml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]