Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
2339 days ago
Thing is, you still need to zero out any cache line that might be caching those lines, which would conflict with the CPU accessing the cache. Might as well just let the cpu doing the zeroing.
1 comments
DmitryOlshansky
2330 days ago
Invalidating cache lines is not that hard, it happens all the time. Refilling them from DRAM takes time.
link