/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

cellperformance.beyond3d.com
| | www.yodaiken.com
3.6 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.
| | shafik.github.io
4.4 parsecs away

Travel
| | What You Need to Know when Optimizations Changes the Behavior of Your C++
| | gist.github.com
2.0 parsecs away

Travel
| | What is Strict Aliasing and Why do we Care? GitHub Gist: instantly share code, notes, and snippets.
| | sdowney.org
26.1 parsecs away

Travel
| A Possible Technique constexpr bool g(int lhs, int rhs) { auto& op = partial_eq; return op.ne(lhs, rhs); } Compiler Explorer with Supporting Code A trait is defined as a template var...