Hacker News new | ask | show | jobs
by angersock 4110 days ago
On the general topic of how much we can rely on compilers, even using old and well-understood languages (C++), consult Mike Acton:

http://www.slideshare.net/cellperformance/gdc15-code-clinic

https://www.youtube.com/watch?v=rX0ItVEVjHc

1 comments

C++ is well-understood? I don't get that impression from people who know it.
C++ is well-understood to not be well-understood.
Indeed, the language is well understood but code often isn't because its easy to write UB.