Remix.run Logo
seabrookmx 15 hours ago

"The spec" is loose in places and is full of undefined behavior which can change from compiler to compiler. Very low level code tends to hit these types of issues much more than application code would. But these types of issues are even common in large userspace codebases.

ranger_danger 2 hours ago | parent [-]

To me, undefined behavior is by default not conformant, so that wouldn't count for the purposes of my question.