Robert Dewar writes:
 > Markus Franke wrote:
 > 
 > > Please let me know whether I missunderstood something completely. If
 > > this behaviour is correct what can I do to change it to the other way
 > > around. Which macro variable do I have to change?
 > 
 > There is no legitimate reason to care about the order of variables
 > in the local stack frame! Or at least I don't see one, why do *you*
 > care? Generally one may want to reorder the variables for alignment
 > purposes anyway.

And also, the optimizers rewrite your code to usch an extent that
there isn't any simple correspondence between the stack slots used and
any variables declared by the programmer.

Andrew.

Reply via email to