|
|
|
|
|
by monocasa
3410 days ago
|
|
There's no compiler writers throwing out if(undefined_behavior) {
ruin_developers_day();
}
It tends to be the effects of valid by the spec optimizations making assumptions that would only not be true during undefined behavior. |
|