Talk:Cycles per instruction
Appearance
![]() | Computing Stub‑class ![]() | ||||||||||||
|
How to inform this is article is a stub ??? --Hgfernan 18:45, 1 September 2005 (UTC)
merge
I suggest merging Instructions Per Cycle into Cycles Per Instruction. Both talk about exactly the same thing -- after a bunch of clock cycles, how many instructions were executed?
Or does this googlefight result mean we should go the other way, merging everything into Instructions Per Cycle? --68.0.124.33 (talk) 18:28, 26 March 2008 (UTC)
- They are entirely different things. CPI is for measuring the average amount of cycles it takes to complete one instruction, while IPC is used to measure the number of instructions that can be executed in one cycle. Rilak (talk) 05:01, 28 March 2008 (UTC)
- Oppose, while historically C/I used to be reciprocal of I/C, since 1990s this is no longer true. Nowadays, C/I is all about increasing pipeline length to increase frequency, and I/C is all about instruction-level parallelism, multithreading, etc. They both tend to grow as technology develops. --Kubanczyk (talk) 09:19, 5 April 2008 (UTC)