Sunday Feb 05
Move
Display 0 | 5 | 10 | 15 Stories

Programming

Topics
Top Story

Code for Writing a xlsx file in java

Here is a small code to write xlsx file though java code.    You may need to include some of...

Code for Reading a xlsx file in java

Here is a small code to read xlsx file thoug java code.    You may need to include some of the...

How to read and write data from socket in java

   ServerSocket serverSocket=new ServerSocket(port);  // The below statement will wait for the...

Producer Consumer Problem in C using Semaphores and Shared Memory

  The classic bounded-buffer problem can be implemented using a variety of synchronization mechanisms....

Common Intermediate Language

Common Intermediate Language (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level...

Common Type System in C#

Common Language Runtime

A Quick Introduction to C# Features

Code for updating database using hibernate framework in java

Conversion of int to byte and vice versa

Web Crawler in Python

Neural Network in Python

Programming

Common Intermediate Language

(0 votes, average: 0 out of 5)





Common Intermediate Language (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL is an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine.

During compilation of .NET programming languages, the source code is translated into CIL code rather than platform or processor-specific object code. CIL is a CPU- and platform-independent instruction set that can be executed in any environment supporting the .NET framework CIL code is verified for safety during runtime, providing better security and reliability than natively compiled binaries.

Just-in-time compilation involves turning the byte-code into code immediately executable by the CPU.

    Common Language Runtime

Executing CIL :

  • Source code is converted to Common Intermediate Language, .NET’s equivalent to Assembly language for a CPU.
  • CIL is then assembled into bytecode and a .NET assembly is created.
  • Upon execution of a .NET assembly, its bytecode is passed through the Common Language Runtime's JIT compiler to generate native code.
  • The native code is executed by the computer's processor.


Add this page to your favorite Social Bookmarking websites
Reddit! Del.icio.us! Google! Live! Facebook! Slashdot! Technorati! StumbleUpon! Spurl! Furl! Yahoo! Squidoo! Ask! DZone! Free Joomla PHP extensions, software, information and tutorials.



Comments

avatar Keiji
0
 
 
Badly need your help. Feeling grateful to or appreciative of someone or something in your life actually attracts more of the things that you appreciate and value into your life.
I am from Tunisia and , too, and now am writing in English, give please true I wrote the following sentence: "Research is never corporate nor light.Johnson had a supply in beast unit from 1981 to 1992, declining for e."

Regards :p Keiji.
B
i
u
Quote
Code
List
List item
URL
Name *
Code   
ChronoComments by Joomla Professional Solutions
Submit Comment
Cancel
avatar PARKS29Judy
0
 
 
Don't have enough money to buy a car? Don't worry, because it is real to get the mortgage loans to resolve all the problems. So get a secured loan to buy all you require.
B
i
u
Quote
Code
List
List item
URL
Name *
Code   
ChronoComments by Joomla Professional Solutions
Submit Comment
Cancel
B
i
u
Quote
Code
List
List item
URL
Name *
Code   
ChronoComments by Joomla Professional Solutions
Submit Comment

Tag Cloud

Login Form