catiger:
this idea is not very useful
[阅读: 763] 2005-01-19 00:49:51
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.