View Single Post
Old 09-12-2003, 02:18 PM   #7 (permalink)
charliex
Junkie
 
Location: North Hollywood
oberon, not quite, modern processors have multiple pipelines and hardly anyone uses clocks per instructions timing anymore since you can't easily predict it (not a PC , since P3) since you generally don't know the answer till it runs and by sampling it, and even then its not always the same.

the second part doesn't quite work either as its very unlikely you'd have a machine with the same style of CPU that had less cycles per instruction compared against a CPU with the same instruction set with more cycles at a higher clock speed.

say a RISC Vs CISC a lower cycle count for a RISC (generally 1 ) requires more instructions, but it can be beat out by a CISC with a higher number of cycles per instruction and a higher clock speed, which is typical these days.

Your formula for execution time is way off, at the very least its 6 years out of date. , i'm not even sure i understand it whats "seconds per clock cycle"?

[edit] i think i might see what you mean by seconds per clock cycle, how long it takes to execute one cycle ? , which would be a . followed by a lof of zeros and a number, but either way its still way off.

Last edited by charliex; 09-12-2003 at 02:27 PM..
charliex is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73