/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

www.yodaiken.com
| | davmac.wordpress.com
2.4 parsecs away

Travel
| | A discussion of undefined behaviour and compiler optimisation, particularly in regards to signed integer overflow. C (and C++) compilers are becoming notorious for exploiting the notion of undefined behaviour - the idea that certain things a program might do have no behaviour proscribed by the language standard, and that the compiler can assume the program...
| | cigix.me
2.2 parsecs away

Travel
| | [AI summary] The provided text is a detailed excerpt from the C11 standard, specifically focusing on the C programming language's concurrency and synchronization mechanisms. It outlines the concepts of atomic operations, memory ordering, and the 'happens before' relationship, which are crucial for ensuring correct and predictable behavior in multi-threaded programs. The text also touches on environmental considerations, such as character sets and their representation in source and execution environments. The content is highly technical and intended for developers and language designers familiar with concurrent programming and low-level system interactions.
| | btorpey.github.io
0.8 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 ...
| | arne-mertz.de
25.0 parsecs away

Travel
| In this post I will write a bit about each operator and how a straight forward implementation might look if the operator is meant to work similar to built in operators.