(no title)
WalterGillman | 11 months ago
If it's implementation-defined that you can turn them off when you're building for the PDP11, I'm sold.
WalterGillman | 11 months ago
If it's implementation-defined that you can turn them off when you're building for the PDP11, I'm sold.
muldvarp|10 months ago
Exploiting undefined behavior for optimization only requires local analysis, detecting whether that undefined behavior arises (either unconditionally or at all) requires global analysis. To put it differentially: The compiler often simply doesn't know whether the undefined behavior arises, it only knows that the optimization it introduces is valid anyway.