Previous | Next --- Slide 33 of 52
Back to Lecture Thumbnails
kayvonf

Figure from:

"Understanding Sources of Inefficiency in General-Purpose Chips". Hameed et al. ISCA 2010.

http://csl.stanford.edu/~christos/publications/2010.efficiency.isca.pdf

pk267

This is like Amdahl's law. The red block is the portion that has been optimized but it doesn't make a big difference if that portion is a small part of the total set.

rsvaidya

VLIW = Very Long Instruction Word refers to instruction set architectures designed to exploit instruction level parallelism (ILP).