Monday, January 18, 2016

JIT compliers

This has a good description of just-in-time compliers. Instead of a language compiling to an executable (if it is compliable at all) you have a scenario in which a language complies to another language (if it is compliable at all) such as C# compiling to CLR. This does not mean that the CLR is bulletproof and that it will not break as it is interpreted at runtime. Get it?

No comments:

Post a Comment