Re: (64bit) push-pop puzzles
- From: "Tessa Celine Bonting" <tessa.bonting@xxxxxx>
- Date: Tue, 12 Jun 2007 18:49:22 +0200
Dear all,
as a NOP the following machine code:From the beginning of the 8086 until nowaday's still is using
xchg (r)(e)ax,(r)(e)ax
the problem with this kind of nop's is that the processor
can't optimize the NOP used (is used as a advanged too).
So when the processor load one NOP in the first pipeline
a next NOP in the second pipeline and so on all
the pipelines have to wait for the result of that xchg.
If you would put afther a nop something usefull the delay
would be less since the pipeline dos not have to wait for
the prefius one.
Succes, Tessa
- Follow-Ups:
- Re: (64bit) push-pop puzzles
- From: Anton Ertl
- Re: (64bit) push-pop puzzles
- Prev by Date: Re: (64bit) push-pop puzzles
- Next by Date: New version of R4
- Previous by thread: Re: (64bit) push-pop puzzles
- Next by thread: Re: (64bit) push-pop puzzles
- Index(es):
Relevant Pages
|