Hacker News new | ask | show | jobs
by saagarjha 204 days ago
Why would you like register and auto to have meaning?
1 comments

Because for timing-sensitive code, those are important. If a variable is really a register, cache-based timing attacks just don't happen, because there is no cache in between.
I don’t think register has ever guaranteed that.