|
|
|
|
|
by AlotOfReading
37 days ago
|
|
How do you propose to predict the behavior of a true race condition with only the binary, faithfully translated by the compiler? Moreover, this is at best an incredibly pedantic point, not something that changes how programmers need to approach UB. You can't review the source code of a compiler that hasn't been written yet. |
|
I'm not suggesting you change how you write code, but with a better implementation the code that you do write - that lives in the real world where mistakes are made - might work better. How is that being pedantic?
An interesting case where compiler writers did something like that is casting via union members, but I'm running out of time, so we can talk about that another day.