|
|
|
|
|
by Pet_Ant
253 days ago
|
|
Oof. That's a depressing read: > This post is a long-winded way of saying that I lost faith in my ability to push the work forward. The gem of despair: > Another example is what should be done when a 32-bit integer is shifted by 32 places (this is undefined behavior in C and C++). Stephen Canon pointed out on twitter that there are many programs typically compiled for ARM that would fail if this produced something besides 0, and there are also many programs typically compiled for x86 that would fail when this evaluates to something other than the original value. |
|