Explore >> Select a destination


You are here

bytecodealliance.org
| | bernsteinbear.com
5.4 parsecs away

Travel
| | I have a lot of thoughts about the design of compiler intermediate representations (IRs). In this post I'm going to try and communicate some of those ideas and why I think they are important.
| | blog.nelhage.com
5.7 parsecs away

Travel
| | 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.
| | cfallin.org
2.4 parsecs away

Travel
| |
| | scorpiosoftware.net
36.0 parsecs away

Travel
| In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...