Skip to main content
elric neumann

I'm Elric Neumann (he/him)—writing on compilers, comparative PL theory, related algorithms and the theory of types. I go by @elricmann on X.

Archive

  1. Review of 2024
  2. Graph coloring and register allocation theory
  3. Intuition of JIT compilers with C and x86-64
  4. Pointer compression in C
  5. Lanczos resampling of pixel maps in C
  6. Endianness in the JVM bytecode layout
  7. Writing a mark-and-sweep tracing GC in Rust
  8. Vulkan driver compatibility on Mesa Intel Ivy Bridge
  9. Entropy and compute estimation in model inputs
  10. WebGL alpha blending modulation as texture layers
  11. Register-based VMs with custom instruction sets
  12. Ring buffers in io_uring with dynamic allocation