Search found 1 match
- November 30th, 2018, 4:34 am
- Forum: Programming/CPU
- Topic: how to use the CPU 4k cache?
- Replies: 6
- Views: 19699
Re: how to use the CPU 4k cache?
I believe what Bill means is that the CPU-side rendering can be fully on-cache, ie the vertex load, transform, store loop easily fits into the i-cache and therefore the instruction fetch rarely needs to access the bus. It was also common to put the stack on SPAD for most of the frame, swapping back ...