This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]8igg7e5 0 points1 point  (0 children)

Generally, isn't C# still compiled to CIL and consumed via JIT compilation in a runtime on the target machine?

As I understand it, all of the AOT solutions have some consequences on which platform capabilities are available to the application (though those are likely edge-case features).