|
|
|
|
|
by dataflow
1738 days ago
|
|
> .NET has always supported AOT via NGEN I didn't claim otherwise. But AOT != "native". What makes something "native" is not merely the fact that you compile to machine code. It's one of the main features of native code but far from the only one. Again: there's a reason they came up with ".NET Native" and called it that despite the fact that NGen always did AOT. And there's a reason the Android NDK has an N, unlike its SDK. It actually means something beyond AOT. You can go against the grain if you want and call them all native apps, telling people they're Wrong On The Internet, but you're just confusing people. |
|
Curious to find out, how those people distinguish it from an MFC/ATL or an Win32 one.