How to specify execution time of x86 and PowerPC instructions?
Posted
by Goofy
on Stack Overflow
See other posts from Stack Overflow
or by Goofy
Published on 2010-05-20T19:57:31Z
Indexed on
2010/05/20
20:20 UTC
Read the original article
Hit count: 292
Hello!
I have to approximate execution time of PowerPC and x86 assembler code.I understand that I cannot compute exact it dependson many problems (current processor state - x86 processor dicides internal instructions in microinstructions, memory access time obtainig code from cache of from slower memory etc.).
I found some information in Intel Optimizaction reference (APPENDIX C), but it does not provide information about all general purpose instructions. Is there any complete reference about it?
What about PowerPC processors? Where can I fund such information?
© Stack Overflow or respective owner