StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

latency table shouldn't have 0s #194

Closed bchurchill closed 9 years ago

bchurchill commented 9 years ago

Every instruction causes some latency, even nops. Running stoke with 'nop' latency set to '0' instead of '1' can make the difference between a 10% slowdown and a 15% speedup in some cases.