Re: Stripping nops from an executable
- From: "David J. Craig" <spamtrap@xxxxxxxxxx>
- Date: Sat, 29 Oct 2005 04:01:07 +0000 (UTC)
If you still have an IBM PC that runs at 4.77Mhz, then this might produce a
speed improvement. If the NOPs are not being executed or loaded into memory
on that processor, then there will be no increase in speed. In those days
the speed of a program could be computed by counting the number of bytes in
the code stream.
"Sorav Bansal" <spamtrap@xxxxxxxxxx> wrote in message
news:djslcu$qlg$1@xxxxxxxxxxxxxxxxxxxx
>I have a statically linked executable which has many useless nop's
>(inserted due to optimization passes).
>
> I wish to remove all the nops from the executable with minimum effort (to
> make it faster). What would be the steps involved in doing this? Could
> somebody please help. Are there any existing tools that could be of help?
>
> thanks in advance
>
> regards,
>
> Sorav
>
.
- References:
- Stripping nops from an executable
- From: Sorav Bansal
- Stripping nops from an executable
- Prev by Date: Re: question about int13 interrupt
- Next by Date: Re: improve strlen
- Previous by thread: Re: Stripping nops from an executable
- Next by thread: LDDQU vs. MOVDQU
- Index(es):