Are there any good, modern, online guides to hand optimizing assembly code?

Viewed 942

I'm working on some code which contains some (compiler generated) chunks of assembly code that we've identified are speed bottle necks.

I know enough about assembly to muddle through and look for manual optimizations - I'm wondering, though, if there are any good, online guides that offer reusable techniques to be used in hand-optimizing assembly. This is not something I expect I'll have to do very often, so odds are I'll have to learn how to do it, again, from scratch, each time.

5 Answers
Related