Home

Week 7

I began running the programs I had set up the previous week.  They each take around 15-20 hours to run, so although I am running at least 8 at a time, that will take a while.

I also started coding the multiprocessor part of the code, giving them each their own threshold, and checking which processor brought in that piece of data to determine whether or not it has decayed.  The decayed data is then overwritten, as long as there are no more empty cache lines for that index, and if all are occupied, and none have decayed, the least recently used(LRU) is overwritten instead.