From IT Skills
AOT is a spectrum... When you publish ready-to-run images, the build generates machine code for you, ahead of time, instead of the JIT doing it at runtime. Most people will likely accept this as a definition of AOT. However, many people mean something more specific when they say AOT. They want a solution that has the following characteristics: extremely fast startup, no IL present (for size and obfuscation reasons), a JIT is (at most) optional, and binary size is as small as it can be.
alternative implementations of parts of the .NET framework[edit | edit source]
sources[edit | edit source]
Subcategories
This category has the following 5 subcategories, out of 5 total.
.
A
B
D
Pages in category "DotNet"
The following 5 pages are in this category, out of 5 total.