|
|
|
|
|
by Dylan16807
394 days ago
|
|
> And if you're storing enough state that it doesn't fit in your registers, the CPU will put it into the data cache. And there's 150+ registers in the actual chip. But my argument is more that there isn't really an efficient or inefficient way to use L1. So unless you have an enormous amount of state, the question is moot. And if you have so much state you're spilling to L2, that's not when you worry about good or bad cache use, that's a weird bloat problem. |
|