| View previous topic :: View next topic |
| Author |
Message |
Lee_Nover Guest
|
Posted: Thu Apr 05, 2007 9:01 pm Post subject: Two-Byte Near-Return RET |
|
|
hi
I see this instruction in AMD optimization guide
improvements are noticeable .. it also runs on Intel Centrino Duo
is it at all supported on Intel platforms and/or are there side effects?
couldn't find any relevant info
tnx |
|
| Back to top |
|
 |
John O'Harrow Guest
|
Posted: Thu Apr 05, 2007 9:17 pm Post subject: Re: Two-Byte Near-Return RET |
|
|
I believe the 2-byte return (rep ret) is supported on all x86 processors.
It is already used in FastMM4 and in the D2007/D2007 memory managers.
regards,
John
"Lee_Nover" <Lee_Nover@delphi-si.com> wrote in message
news:op.tqbisvsw9gasuk@leenover-pc...
| Quote: | hi
I see this instruction in AMD optimization guide
improvements are noticeable .. it also runs on Intel Centrino Duo
is it at all supported on Intel platforms and/or are there side effects?
couldn't find any relevant info
tnx |
|
|
| Back to top |
|
 |
Lee_Nover Guest
|
Posted: Thu Apr 05, 2007 9:40 pm Post subject: Re: Two-Byte Near-Return RET |
|
|
| Quote: | I believe the 2-byte return (rep ret) is supported on all x86 processors.
It is already used in FastMM4 and in the D2007/D2007 memory managers.
great, tnx |
so I'll stick with that :)
| Quote: | I see this instruction in AMD optimization guide
improvements are noticeable .. it also runs on Intel Centrino Duo
is it at all supported on Intel platforms and/or are there side effects?
couldn't find any relevant info
tnx
|
|
|
| Back to top |
|
 |
|