Damiano PeJan 26, 2022Understanding Strict-Aliasing RulesThe strict-aliasing rules allow the compiler to assume that your code does not alias between incompatible types. In this way, the compiler