Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Jeffrey Richter on C#
Message
From
09/08/2000 04:04:59
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00401640
Message ID:
00402680
Views:
15
It can do 2 things, firstly it can produce Intermediate Language or IL (p-code as it used to be known) that then gets shoved through one of their JIT compilers to generate the native/executable code. The second option is to produce the native code at compile time which may not be as flexible if you deploy cross platform (if other vendors port/implement it). The CLR does not interprete or run the IL or native code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform