- Frequency scaling
Frequency scaling (also known as frequency ramping) is, in
computer architecture , the technique of ramping a processor'sfrequency so as to achieve performance gains. Frequency ramping was the dominant force in commodity processor performance increases from the mid-1980s until the end of 2004.The effect of processor
frequency on computer speed can be seen by looking at the equation for computer program runtime::where instructions per program is the total instructions being executed in a given program, cycles per instruction is a program-dependent, architecture-dependent average value, and seconds per cycles is by definition the inverse of frequency. [
John L. Hennessy and David A. Patterson. Computer Architecture: A Quantitative Approach. 3rd edition, 2002. Morgan Kaufmann, ISBN 1558607242. Page 43.] An increase in frequency thus decreases runtime.However,
power consumption in a chip is given by the equation :where P is power, C is thecapacitance being switched per clock cycle, V isvoltage , and F is the processor frequency (cycles per second). [J. M. Rabaey. Digital Integrated Circuits. Prentice Hall, 1996.] Increases in frequency thus increase the amount of power used in a processor. Increasing processorpower consumption led ultimately toIntel 's May 2004 cancellation of itsTejas and Jayhawk processors, which is generally cited as the end of frequency scaling as the dominant computer architecture paradigm. [Laurie J. Flynn. [http://www.nytimes.com/2004/05/08/business/08chip.html?ex=1399348800&en=98cc44ca97b1a562&ei=5007 Intel Halts Development of 2 New Microprocessors] . "New York Times",May 8 ,2004 .]Moore's Law , despite predictions of its demise, is still in effect. Despite power issues, transistor densities are still doubling every 18 to 24 months. With the end of frequency scaling, these new transistors (which are no longer needed to facilitate frequency scaling) can be used to add extra hardware, such as additional cores, to facilitate parallel computing - a technique that is being referred to asparallel scaling .The end of frequency scaling as the dominant cause of processor performance gains has caused an industry-wide shift to
parallel computing in the form of multicore processors.References
Wikimedia Foundation. 2010.