S
sasa
Is there a program that can speed up your *.exe, dll files
by optimizing the assembly code. Like commands mov ax,0 and
xor ax,ax both do the same thing but the second is much
faster...and deletes nop which doesn't do anything but
takes processor time..
It is not a big boost in speed for many programs but for
some it is much. I know a guy who manually did this and
boosted the speed of some video codec by 200%...
by optimizing the assembly code. Like commands mov ax,0 and
xor ax,ax both do the same thing but the second is much
faster...and deletes nop which doesn't do anything but
takes processor time..
It is not a big boost in speed for many programs but for
some it is much. I know a guy who manually did this and
boosted the speed of some video codec by 200%...