A step by step example showing cache block replacement procedure that uses an LRU counter. The counter value update procedure and its cost/energy factor are discussed.
Continue readingPost Category → Computer Architecture
Visualizing Amdahl’s Law
Amdahl’s law is used to estimate the theoretical speedup achieved by increasing the number of resources available for program execution. This article shares a visualization based approach to understand this concept instead of memorizing a formula.
Continue reading