Re: GNOME CVS: glib jgarzik
- From: Tor Lillqvist <tml iki fi>
- To: gtk-devel-list redhat com
- Subject: Re: GNOME CVS: glib jgarzik
- Date: Sun, 24 Jan 1999 10:03:41 +0000 (GMT)
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]