Compiling for the .Net Common Language Runtime (Clr) (.NET series)

Compiling for the .Net Common Language Runtime (Clr) (.NET series)

by JohnGough (Author)

Synopsis

*Go under the hood with .NET's Common Language Runtime! *The definitive book for serious software engineers, compiler developers, and language implementers *Mapping any language's key features onto .NET's common object model *Comprehensive coverage of Microsoft Intermediate Language (MSIL) *Includes extensive examples drawn from C# The first practical guide to Microsoft's .NET Common Language Runtime! Compiling for the .NET Common Language Runtime (CLR) is the first book to give software engineers all the details and guidance they need to create full-featured .NET compilers or implement programming languages for the .NET environment. Renowned compiler expert John Gough presents an unprecedented under the hood inspection of Microsoft's .NET CLR, illuminating the key concepts underlying Microsoft's new technology and demonstrating exactly how CLR maximizes interoperability across multiple programming languages. The book uses a running example to illustrate its key points(Gough's own open source Gardens Point Component Pascal compiler(which can be used as a basis for sophisticated experimentation.* Reviews every element of CLR: Virtual Execution Engine, Base Instruction Set, Common Type System, and more *Shows how to map a language's key features onto the .NET Virtual Object System's common object model *Explains how CLR represents programs at compile time *Explores the semantic analysis performed by CLR prior to emitting Microsoft Intermediate Language (MSIL) code *Provides in-depth coverage of MSIL code generation *Covers features needed by a wide range of languages *Explores advanced topics such as accessing nonlocal variables and supporting multiple inheritance *Includes many examples drawn from Microsoft's new C# language If you need absolute mastery over the .NET CLR, only one book delivers what you're looking for: Compiling for the .NET Common Language Runtime (CLR) by John Gough.

$22.31

Save:$14.36 (39%)

Quantity

1 in stock

More Information

Format: Paperback
Pages: 416
Edition: 1
Publisher: Prentice Hall
Published: 26 Oct 2001

ISBN 10: 0130622966
ISBN 13: 9780130622969
Book Overview:

Compiling for the .NET Common Language Runtime gives software engineers critical information for creating .NET compilers or implementing .NET programming languages. Renowned compiler expert John Gough goes ?under the hood? with CLR, illuminating its key concepts and covering every facet of its architecture and behavior. Gough presents extensive examples, many drawn from C# and Gough?s own open source Gardens Point Component Pascal compiler.


Author Bio

JOHN GOUGH has been writing compilers for more than 20 years. He is one of the elite group of compiler developers invited by Microsoft to create demonstration compilers for .NET. Gough's Gardens Point Modula-2 compilers were produced for every major computer architecture of the 1990s, and have been widely used worldwide. More recently, he has written compilers for the object-oriented language Component Pascal, targeting the Java Virtual Machine.