logoalt Hacker News

boznztoday at 3:47 AM2 repliesview on HN

Should say DRAM, SRAM does not have this.


Replies

guentherttoday at 8:10 AM

Indeed. And only for certain DRAM refresh strategies. I mean, it's at least conceivable that a memory management system responsible for the refresh notices that a given memory location is requested by the cache and then fills the cache during the refresh (which afaiu reads the memory) or -- simpler to implement perhaps -- delays the refresh by a μs allowing the cache-fill to race ahead.

(seems that in the earlier submission, https://news.ycombinator.com/item?id=47680023, jeffbee hinted that IBM zEnterprise is doing something to that effect)

Said that, I'm not convinced that this is a big issue in practice. If you really care about performance, you got to avoid cache misses.

show 1 reply
dangtoday at 3:16 PM

Ok I've consed a D onto the title above.