catiger ·
·
阅读: 848
this idea is not very useful
a virtual machine nowadays has been adopted widely, so is it for Java platform using JVM.
If a .NET code can be compiled and run in a system without a virtual machine or CLR, this .NET code must be very limited and restrictive. In another hand, a lot of good features like garbage collection will NOT be available.
But technically it shall be possible converting IL into machine binary code. Java also has the same problem.