??? 03/10/08 10:34 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#152069 - Depends on compiler/etc... Responding to: ???'s previous message |
You can calculate it for one compilation run, but there is absolutely no guarantee that it will be valid for a different compiler, a different compiler version, different optimization settings, etc.
If you're trying to be cycle-accurate, use assembly. It's the only way to be sure. |