(no title)
machine_coffee | 1 year ago
April 16 Oh, it actually is a compiler bug!
Can confidently say I've never experienced one in my career, but at some level of abstraction I guess it's less rare to find them.
machine_coffee | 1 year ago
April 16 Oh, it actually is a compiler bug!
Can confidently say I've never experienced one in my career, but at some level of abstraction I guess it's less rare to find them.
anyfoo|1 year ago
Unless you're a low level kernel developer, then it's both!
(Jokes aside, it's still much, much more often not than it is, but it definitely does happen.)
mschuster91|1 year ago
Or you're working in cryptography code and have to fight against compilers optimizing away sensitive stuff [1] - or adding junk back in [2].
[1] https://www.redhat.com/en/blog/security-flaws-caused-compile...
[2] https://pqshield.com/pqshield-plugs-timing-leaks-in-kyber-ml...
mort96|1 year ago
"It's never a compiler bug" doesn't really apply when it's your own work-in-progress compiler you're testing...