Let's say I have 2 pieces of assembly code that do exactly the same thing. So is there any program out there that can benchmark and compare the two chunks of code, size- and speed-wise?
Name:
Anonymous2007-01-29 14:37
>>1
get the specs of your CPU and time the stuff yourself by adding the cost of every instruction in the algorithm.