Home

Week 2

I met with my mentor, Professor Martonosi, and with her guidance, I upgraded my Cache Simulator, testing for all possible bugs.  I added in the aspect of the cache removing the least recently used (LRU) data, using a linked list.  I then wrote another program to create input files for me, many thousands of lines long, and used those to test my program further.  I also started reading information on the more detailed aspects of what I will be working on: the intricacies of cache decay and various ways to decrease the amount of static leakage.