|
You are here |
bernsteinbear.com | ||
| | | | |
xoranth.net
|
|
| | | | | ||
| | | | |
www.npopov.com
|
|
| | | | | [AI summary] This technical blog post explains JavaScript engine optimizations for dynamically typed values by detailing low-level techniques like pointer tagging, storing integers in pointer bits, and utilizing the NaN payload for efficient data representation. | |
| | | | |
coredumped.dev
|
|
| | | | | In this post, we are going to take a deep dive into pointer tagging, where metadata is encoded into a word-sized pointer. Doing so allows us to keep a compact representation that can be passed around in machine registers. This is very common in implementing dynamic programming languages, but can really be used anywhere that additional runtime information is needed about a pointer. We will look at a handful of different ways these pointers can be encoded and see how the compiler can optimize them for diff... | |
| | | | |
timsong-cpp.github.io
|
|
| | | [AI summary] A raw dump of the C++ standard working draft N3337 detailing language specifications, library headers, and programming requirements. | ||