Do "nops" add to the latency of a program?
- From: "Trev" <spamtrap@xxxxxxxxxx>
- Date: 24 Oct 2006 07:25:12 -0700
Hi all,
My compiled program has had a few nops put in the listing, and I've
noted a few places where nops could be used, eg:
push 5
pop edi
cmp eda, edi
which I can shorten to cmp eda, 5.
Does the inclusion of nops slow the program down? Does the computer
skip over them, or
does it still "process" them, even if they do nothing?
TIA
Trev
.
- Follow-Ups:
- Re: Do "nops" add to the latency of a program?
- From: William J. Leary Jr.
- Re: Do "nops" add to the latency of a program?
- From: robertwessel2@xxxxxxxxx
- Re: Do "nops" add to the latency of a program?
- Prev by Date: Re: how to decide the value of SF
- Next by Date: Re: Port 73h?
- Previous by thread: read this promgram,please
- Next by thread: Re: Do "nops" add to the latency of a program?
- Index(es):
Relevant Pages
|