Re: Microsoft Intermediate Language?

"Mike Dimmick" <mike@dimmick.demon.co.uk>
24 Dec 2000 16:01:02 -0500

          From comp.compilers

Related articles
Microsoft Intermediate Language? dave@prim.demon.co.uk (David Griffiths) (2000-12-23)
Re: Microsoft Intermediate Language? mike@dimmick.demon.co.uk (Mike Dimmick) (2000-12-24)
Re: Microsoft Intermediate Language? fjh@cs.mu.OZ.AU (2000-12-24)
Re: Microsoft Intermediate Language? vbdis@aol.com (2000-12-31)
Re: Microsoft Intermediate Language? fjh@cs.mu.OZ.AU (2000-12-31)
Re: Microsoft Intermediate Language? kaushik@ruksun.com (Kaushik Sridharan) (2001-01-05)
Re: Microsoft Intermediate Language? maslen@pobox.com (Thomas Maslen) (2001-01-18)
Re: Microsoft Intermediate Language? joachim_d@gmx.de (Joachim Durchholz) (2001-02-15)
| List of all articles for this month |

From: "Mike Dimmick" <mike@dimmick.demon.co.uk>
Newsgroups: comp.compilers
Date: 24 Dec 2000 16:01:02 -0500
Organization: Compilers Central
References: 00-12-103
Keywords: UNCOL
Posted-Date: 24 Dec 2000 16:01:01 EST



"David Griffiths" <dave@prim.demon.co.uk> wrote in message
> Hi, does anyone know where there is a definition of Microsoft's
> Intermediate Language (MSIL)? Does anyone have any views as to it's
> suitability as a general purpose compiler intermediate language?


Given it hasn't been released yet, who knows? You may find some
information at MSDN: http://msdn.microsoft.com/


I _do_ know that it was designed to support C, C++, C#, Visual Basic, Cobol,
Perl, Fortran and many other languages (Eiffel, Microsoft Research are
producing a version of Standard ML). Therefore I would anticipate that it
is a lower level IL than Java bytecode, which is fairly closely tied to the
Java programming language. There is some talk that it will support some
form of generics, although C++ templates aren't currently supported in the
Visual Studio 7 beta.[1]


HTH,
--
Mike Dimmick


[1] A friend of mine has Beta 1 installed at home; I can't do this because I
need a reliable development platform for my final year undergraduate
project.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.