IA-32 Intel® Architecture Optimization
2-100
order engine. When tuning, note that all IA-32 based processors have very
high branch prediction rates. Consistently mispredicted are rare. Use
these instructions only if the increase in computation time is less than the
expected cost of a mispredicted branch. 2-16
Assembly/Compiler Coding Rule 9. (L impact, L generality) If the last
statement in a function is a call to another function, consider converting
the call to a jump. This will save the call/ return overhead as well as an
entry in the return stack buffer. 2-22
Summary of Contents for ARCHITECTURE IA-32
Page 1: ...IA 32 Intel Architecture Optimization Reference Manual Order Number 248966 013US April 2006...
Page 220: ...IA 32 Intel Architecture Optimization 3 40...
Page 434: ...IA 32 Intel Architecture Optimization 9 20...
Page 514: ...IA 32 Intel Architecture Optimization B 60...
Page 536: ...IA 32 Intel Architecture Optimization C 22...