|
You are here |
stefan-marr.de | ||
| | | | |
sedimental.org
|
|
| | | | | Thoughts on FOSS and fintech, layered by Mahmoud Hashemi | |
| | | | |
github.com
|
|
| | | | | Pyjion - A JIT for Python based upon CoreCLR. Contribute to tonybaloney/Pyjion development by creating an account on GitHub. | |
| | | | |
blog.nelhage.com
|
|
| | | | | A deep dive into the performance of Python 3.14's tail-call interpreter: How the performance results were confounded by an LLVM regression, the surprising complexity of compiling interpreter loops, and some reflections on performance work, software engineering, and optimizing compilers. | |
| | | | |
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... | ||