Re: Future possible stack based optimization

2006-01-26 Thread Frediano Ziglio
Il giorno mer, 25/01/2006 alle 22.29 +0100, Marcel Cox ha scritto: > > I saw that stack instructions on Intel platform are not used that > > much. I think this is a pity cause stack operations are small (size > > optimization) and usually fast (from Pentium two consecutive push/pop > > are execut

Re: Future possible stack based optimization

2006-01-25 Thread Marcel Cox
> I saw that stack instructions on Intel platform are not used that > much. I think this is a pity cause stack operations are small (size > optimization) and usually fast (from Pentium two consecutive push/pop > are executed together -> speed optimization). Consider this small > piece of code