Originally posted by: martind1
wait a minute.
i think the cache might be to keep frequently used instructions close by for speed purposes.
wait ... has that been mentioned yet?😀
Well, one of the principles that cache operates on is that smaller is faster, which is why the L1 caches are so small. Even so, something as big as a 1MB cache is still much faster than going to RAM, which is why we're seeing the advents of L2 and L3 caches as transistor densities increase.Originally posted by: Regs
Originally posted by: martind1
wait a minute.
i think the cache might be to keep frequently used instructions close by for speed purposes.
wait ... has that been mentioned yet?😀
Yeap. Just wondering if it was any different then L1/L2/L3 cache. Thanks!