|
You are here |
blog.regehr.org | ||
| | | | |
www.yodaiken.com
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
www.ralfj.de
|
|
| | | | | 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
|
|
| | | 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. | ||