Search⌘ K
AI Features

Exercise

Explore virtual memory swapping policies by using a simulator to test page replacement strategies such as FIFO, LRU, and OPT. Learn to generate address traces, analyze cache performance for different policies, and understand how cache size impacts system efficiency. Discover methods for evaluating memory locality and apply tools like valgrind to analyze real application memory usage.

We'll cover the following...

Simulator

This simulator, paging-policy.py ...