• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

L1 Cache performance

Why does a system (no matter how fast the cpu is) run like it has a 25 year old CPU if the L1 cache is disabled? I can disable the L2 cache on most users' machines and they would never notice. Disable the L1 cache and they'll be screaming mad!

Cheers!
 
Without L1 cache, data and instruction fetches would be very slow. For each request for data or instructions, there'd be a 7 clock wait before that data or instruction can be found and transfered to the processor. This can effectively hamper performance by almost 7 fold in the best case (the case of the P4's 7 cycle access L2 cache).
 
Back
Top