|
| ||||||||||
| Tags: c sharp, common language runtime, dot net, jsharp, msil |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| CIL code in .NET platform
|
|
#2
| |||
| |||
| Re: CIL code in .NET platform
You just said that you visited our forums and witnessed a lot of threads that were related with programming stuffs and software development, so you would have visited a thread that said something about the common language run time, that helps mostly to all the .Net language to have a common platform and work harmoniously , I too think that there it converts the code of the remove language into a native code mostly called as CIL code, but I am not exactly aware how it happens, but I am quite sure that it converts the source code into a CIL code. |
|
#3
| |||
| |||
| Re: CIL code in .NET platform
Common Intermediate Language had changed its name , because before to this it was called as Microsoft Intermediate Language or and in short as MSIL is the least -level programming language that is readable by a human describe by the Common Language Infrastructure requirement and .NET Framework and Mono make use of it . Languages which aim a CLI-compatible runtime environment compile to this bytecode , which is assembled into intermediate code CIL is an object-oriented assembly language, and is exclusively stack-based. The byte code is then is run on a a virtual machine. This Virtual machine too play a key role. |
|
#4
| ||||
| ||||
| Re: CIL code in .NET platform
CIL was initially called as Microsoft Intermediate Language (MSIL) throughout the beta releases of the .NET languages. When C# language was standardized along with the standardization of the Common Language Infrastructure, the bytecode that was being produced with the help is now formally called as CIL.During compilation of .NET programming languages, the source code is translated into CIL code instead of platform or processor compliant object code. CIL is a CPU- and and does not actually rely on the any platform , collection of instructions that can be run on any platform that supports the Common Language Infrastructure, named as .NET runtime on the native platform such as Windows, or the cross-platform Mono runtime. In theory, this remove the requirement to give out separate binaries for diverse environments and CPU types. CIL code is confirmed for security during runtime, giving better security and dependability than natively compiled codes . |
|
#5
| ||||
| ||||
| Re: CIL code in .NET platform
You can follow the given execution process :
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "CIL code in .NET platform" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we use 12GB RAM on an X58 platform? | Affy | Motherboard Processor & RAM | 5 | 24-03-2012 12:47 PM |
| Do you like to see the Adobe AIR on WP7 Platform? | Diedrick | Portable Devices | 4 | 08-02-2012 02:30 AM |
| What is the best blogging platform? | Shiraj | Technology & Internet | 10 | 29-12-2011 09:29 PM |
| which platform is better for Brink? | Jay-Esh | Video Games | 3 | 10-05-2011 02:28 PM |
| JIT compiler for .NET platform | VAIJAYI | Software Development | 6 | 17-01-2011 10:11 PM |