Hacker News new | ask | show | jobs
by Denvercoder9 388 days ago
The C++ standard doesn't forbid introducing side channels, so the answer to the question is yes.
1 comments

With all the UB, I wonder how did we manage to write any secure or safety-critical code at all.
this isn't UB, and any other language can do this optimization as well

even the one you cult over

In C++? We pretty much did not.