Explore >> Select a destination


You are here

www.ralfj.de
| | raphlinus.github.io
2.4 parsecs away

Travel
| | Blog of Raph Levien.
| | erikmcclure.com
4.9 parsecs away

Travel
| | [ 1 · 2 · 3 · 4 · 5 · 6 · 7 ] We still have a lot of ground to cover on pointers, but before we do, we need to address certain conceptual frameworks missing from C# that one must be intimately familiar with when moving to C++. Specifically, in C# you mostly work with the Heap. The heap is not difficult to understand - its a giant lump of memory that you take chunks out of to allocate space for your classes.
| | coredumped.dev
3.4 parsecs away

Travel
| | 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...
| | blog.slaks.net
24.5 parsecs away

Travel
| [AI summary] The provided text is a collection of various programming and web development topics, including C# features, ASP.NET, Razor, jQuery, and more. Here's a structured summary of the key points: