Y
Hacker News
new
|
ask
|
show
|
jobs
by
veltas
33 days ago
What's bad is when your compiler writers and most of the people involved in standardisation are reading it adversarially.
1 comments
account42
33 days ago
It's bad when compiler writers want to optimize correct code as much as possible, which is something their actual customers keep asking for?
link
veltas
33 days ago
When would optimizing correct code be harmed by not abusing UB (beyond its original intent, e.g. array access should be without overhead of checking for overflow)?
link