/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

qsantos.fr
| | blog.regehr.org
2.0 parsecs away

Travel
| | [AI summary] The provided text is a discussion thread about undefined behavior in C and C++ programming languages, focusing on integer overflow, pointer aliasing, and compiler optimizations. Key points include the implications of undefined behavior in real-world code, the role of compilers in handling such cases, and the balance between adhering to standards and accommodating practical programming needs. The conversation touches on tools for detecting undefined behavior, the evolution of C/C++ standards, and the importance of unit testing and maintenance in software development.
| | blog.sigplan.org
2.6 parsecs away

Travel
| | "Undefined Behavior" often has a bad reputation. But what, really, is Undefined Behavior, and is it actually that bad? In this blog post, I will look at this topic from a PL perspective...
| | kristerw.blogspot.com
2.7 parsecs away

Travel
| | My twitter feed has recently been filled with discussions about the following program #include typedef int (*Function)(); s...
| | btorpey.github.io
5.1 parsecs away

Travel
| I've recently been dipping my toes in the very deep water that is "undefined behavior" in C and C++, and the more I learn about it, the scarier it ...