Re: Stripping nops from an executable



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
>


.