A bit of background on compilers exploiting signed overflow

A bit of background on compilers exploiting signed overflow - gist:e0f055bfb74e3d5f0af20690759de5a7

Gist
PLOS 2021 paper: How ISO-C became unusable for operating system development – keeping simple

keeping simple
Undefined Behavior deserves a better reputation

This is a cross-post of an article that I wrote for the SIGPLAN blog. “Undefined Behavior” often has a bad reputation. People see it as an excuse compiler writers use to break code, or an ...