Explore >> Select a destination


You are here

blog.regehr.org
| | www.ralfj.de
3.7 parsecs away

Travel
| | This post is about uninitialized memory, but also about the semantics of highly optimized "low-level" languages in general. I will try to convince you that reasoning by "what the hardware d...
| | www.yodaiken.com
4.7 parsecs away

Travel
| | [AI summary] The author outlines three technical proposals for the C standard working group to clarify undefined behavior, improve aliasing rules for memory allocators, and restrict optimizations that violate language semantics.
| | herbsutter.com
6.0 parsecs away

Travel
| | [Updates: Clarified that an intrusive discriminator would be far beyond what most people mean by "C++ ABI break." Mentioned unique addresses and common initial sequences. Added "unknown" state for passing to opaque functions.] Here is my little New Year's Week project: Trying to write a small library to enable compiler support for automatic raw union...
| | corrode.dev
24.6 parsecs away

Travel
| Interest in Rust has surged in recent years, with tech leaders such as Microsoft, Google, and Amazon coming forward to share their experiences of leveraging Rust for critical systems. Much of the dialogue about Rust, however, is still drive...