Diagram of a compiler pipeline with type graphs overlay.

Implementing Structural Subtyping in Modern Compiler Backend Passes

A deep dive into integrating structural subtyping into compiler backend passes, with concrete implementation patterns and performance tips.

May 16, 2026 · 10 min · 1953 words · martinuke0
Illustration of a CPU core with SIMD lanes processing data.

Why Your Compiler Cannot Vectorize That Loop

A deep dive into the reasons behind failed auto‑vectorization and actionable steps to write loops the compiler can turn into SIMD.

May 15, 2026 · 8 min · 1681 words · martinuke0
Feedback