Tagged Questions
14
votes
14answers
2k views
Exactly how “fast” are modern CPUs?
When I used to program embedded systems and early 8/16-bit PCs (6502, 68K, 8086) I had a pretty good handle on exacly how long (in nanoseconds or microseconds) each instruction took to execute. ...
10
votes
4answers
497 views
Measure CPU speed by counting assembly instructions
Edit: My original example had a silly mistake. After fixing it I still get weird results, though.
In my naive attempt to measure my CPU speed the "brute-force" way, I made the program below:
...
2
votes
4answers
237 views
Machine code alignment
I am trying to understand the principles of machine code alignment. I have an assembler implementation which can generate machine code in run-time. I use 16-bytes alignment on every branch ...
2
votes
5answers
351 views
Difference between word size and clock speed?
I've no idea whether my question is relevant or not.But what i wanted to know is,how both of this affect the cpu performance??The only thing i know for CPU with same architecture,the higher the clock ...