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