L1 명령어 캐시 연관성 문제로 성능 저하가 발생한 사례
이 글에서는 L1 명령어 캐시 연관성 문제가 성능 저하를 초래하는 상황을 다루고 있습니다. 이는 특정 언어에 국한되지 않으며, 언어에 관계없이 발생할 수 있는 문제입니다. 저자는 go 코드베이스에서 이러한 성능 저하를 발견했습니다.
A performance regression caused by L1 instruction cache associativity is discussed.
This article explores a performance regression caused by L1 instruction cache associativity. It is noted that while data cache associativity issues are commonly discussed, instruction cache associativity receives less attention. The problem was observed in a Go codebase but is language-agnostic, highlighting its broader relevance.