On Jul 25, 2006, at 5:00 AM, Rafael EspĂndola wrote:
In the particular case of two static functions or two static global pointers, it is possible for the compiler to compute it. Isn't it? I think that the linker will reorder the sections, but not the functions inside a section.
:-) Your assumption would not be accurate for all the machines gcc targets. darwin in particular can and does such reordering.