On Wed, Oct 20, 2010 at 12:59 PM, Joe Perches <[email protected]> wrote: > > Not using static requires the compiler to emit > initialization code for any use of the routine > that otherwise would only be done once. >
If the code isn't performance critical, I think we can afford. Otherwise, we have to reserve the memory used to save the static data, if we don't specify it as initial data. -- Regards, Changli Gao([email protected]) _______________________________________________ Bridge mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/bridge
