JIT Compilation & Internals
Deep dive into the .NET Just-In-Time (JIT) compiler, Tiered Compilation, and PGO.
Deep dive into the .NET Just-In-Time (JIT) compiler, Tiered Compilation, and PGO.
コンパイル時にコードを生成するC# Source Generatorsについて解説します。リフレクションとの違い、実装方法、ユースケースなどを学びます。