-
Notifications
You must be signed in to change notification settings - Fork 0
UNDERSTAND WINUI3
未竟 edited this page Aug 27, 2026
·
4 revisions
C# 源代码
│
▼
C# 编译器
│
▼
IL
│
┌──────────┴──────────┐
│ │
▼ ▼
JIT AOT
│ │
│ ┌──────┴──────┐
│ │ │
│ R2R NativeAOT
│ │ │
▼ ▼ ▼
运行时编译 预编译 + JIT 静态分析 + AOT
│ │ │
└──────────────┴─────────────┘
│
▼
机器码
│
▼
CPU