On Saturday 14 January 2012 07:39:11 Richard Braun wrote: > On Sat, Jan 14, 2012 at 06:33:55AM -0500, Mike Frysinger wrote: > > if you unify the error paths with goto's, do you get smaller code size ? > > Probably. I tried to follow the style of other code pieces I've read, > which is why I avoided using gotos in the first place.
we prefer small wherever possible :)
orig patch:
502 0 0 502 1f6 libc/stdlib/system.os
goto version:
432 0 0 432 1b0 libc/stdlib/system.oS
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
