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