/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

blog.regehr.org
| | 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.
| | www.bitsnbites.eu
4.4 parsecs away

Travel
| |
| | 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...
| | bernsteinbear.com
44.8 parsecs away

Travel
| Picture this: you're sitting there, writing a compiler, when all of a sudden you have to generate assembly. You have some intermediate representation (IR) but now you have to turn virtual registers into machine registers. This is called register allocation.