Hacker News new | ask | show | jobs
by blattimwind 2684 days ago
> Conventional LRU uses linked-lists and when the LL no longer fits in the L1/L2 caches

He refers to the LRU-like policy of the I/D cache itself.

1 comments

Got it. Thanks for the clarification.