CPU cache

Moderator: Officers

Post Reply
Vexo
Posts: 5244
Joined: Mon 11 Apr, 2005 4:14 am

CPU cache

Post by Vexo »

How big a deal is the CPU cache?

I'm looking at two CPUs, same clockrate and all, but one has 512kbx2 cache, while the other has 1mbx2 cache.

Wondering what the difference would add up to. Noticeable for regular use or?
Image
User avatar
Creac
Posts: 3661
Joined: Mon 31 Jul, 2006 7:33 am
Location: Sydney, Australia
Contact:

Post by Creac »

I know less about the CPU use of compilers than I probably should, but I imagine they would benefit just as any data-heavy app does. The single biggest bottle-neck in any system is gettng data to the CPU to process. Your CPU rarely runs at full utilisation on a modern system. So, yes, caching helps and more caching helps more, reducing the strain on the bus to supply data and even reducing the need to perform certain operations within the CPU itself (ie if the result is already cached).
Image

"But if the while I think on thee, dear friend,
All losses are restored and sorrows end."
User avatar
Mazia
Posts: 8994
Joined: Sat 16 Jun, 2001 1:46 am
Location: Mandurah

Post by Mazia »

CPU cache is one of the easiest things to gain performance out of in windows apps. I would say more cpu level cache = the good if it doesnt make things grosely expensive.
Image
Post Reply