On Tue, Dec 22, 2009 at 11:47, Aravinda <aravindakida...@gmail.com> wrote:
> Is this is the only way it can be done ? Or can I have > (non-temporary)variables inserted whos order can be preserved always ? Not really, the compiler will reorder variables in the stack in almost arbitrary ways. Wrapping them in structs is the safest approach. Diego.