Skip to content

UNDERSTAND WINUI3

未竟 edited this page Aug 27, 2026 · 4 revisions
                C# 源代码
                    │
                    ▼
              C# 编译器
                    │
                    ▼
                   IL
                    │
         ┌──────────┴──────────┐
         │                     │
         ▼                     ▼
        JIT                   AOT
         │                     │
         │              ┌──────┴──────┐
         │              │             │
         │             R2R        NativeAOT
         │              │             │
         ▼              ▼             ▼
      运行时编译     预编译 + JIT   静态分析 + AOT
         │              │             │
         └──────────────┴─────────────┘
                        │
                        ▼
                     机器码
                        │
                        ▼
                       CPU

Clone this wiki locally