On Sat, 28 Jan 2012 at 13:57:55 +0000, Carlos R. Mafra wrote: > > [mafra@Pilar:wmaker.git]$ git grep wDeleteDeathHandler > src/event.c:void wDeleteDeathHandler(WMagicNumber id) > src/event.c: wDeleteDeathHandler(tmp); > > so that function better be static (which can save a few bytes).
Indeed, if you just make that one function static you save 64 bytes: [mafra@Pilar:wmaker.git]$ size src/event.o.* text data bss dec hex filename 12624 0 1068 13692 357c src/event.o.new 12688 0 1068 13756 35bc src/event.o.old -- To unsubscribe, send mail to [email protected].
