Exforsys
+ Reply to Thread
Results 1 to 4 of 4

Features of this Concept

This is a discussion on Features of this Concept within the C Sharp forums, part of the Programming Talk category; I want to know the important features of Intermediate Language? Someone provide a detailed answer on this....

  1. #1
    Rahulbatra is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Features of this Concept

    I want to know the important features of Intermediate Language? Someone provide a detailed answer on this.


  2. #2
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114
    There are various features embedded with each of the different types of intermediate languages. CIL stands for C Intermediate Language is both lower-level than abstract-syntax trees, by clarifying ambiguous constructs and removing redundant ones, and also higher-level than typical intermediate languages designed for compilation, by maintaining types and a close relationship with the source program. The main feature of CIL is that it compiles all valid C programs into a few core constructs with a very clean semantics.


  3. #3
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85
    Another vital feature of CIL is it has a syntax-directed type system that makes it easy to analyze and manipulate C programs. Also CIL front-end is able to process not only ANSI-C programs but also those using Microsoft C or GNU C extensions.


  4. #4
    macrylinda is offline Junior Member Array
    Join Date
    Aug 2010
    Answers
    2
    Another vital feature of CIL is it has a syntax-directed type system that makes it easy to analyze and manipulate C programs. Also CIL front-end is able to process not only ANSI-C programs but also those using Microsoft C or GNU C extensions.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...