A compiler is a computer program (or set of programs) that translates text written in a computer language (the source language) into another computer language (the target language).
Because of my interest in compilers and compiling techniques this page exists. It is a modest approach to bring together as much information about that topic as possible. The content of this page ranges from lectures about compiling techniques over online books and links to other interesting readings and materials. This page servers mainly MY OWN PERSONAL interest in compilers and is not intended to be useful for the general public (although if you should find this information useful I will certainly be pleased).
Overview
- Material from Lectures on Compilers
- Material from Lectures on Type Systems
- Online Books
- Books
- Interesting Languages (as in compiler target or intermediate languages)
- Architectures
- Intel IA32
- MIPS
- A Survey of RISC Architectures for Desktop, Server, and Embedded Computers (from CA by Hennesy and Patterson)
- An Alternative to RISC: The Intel 80x86 (from CA by Hennesy and Patterson)
- Another Alternative to RISC: The VAX Architecture (from CA by Hennesy and Patterson)
- The IBM 360/370 Architecture for Mainframe Computers (from CA by Hennesy and Patterson)
- Vector Processors (from CA by Hennesy and Patterson)
- Computer Arithmetic (from CA by Hennesy and Patterson)
- Implementing Coherence Protocols (from CA by Hennesy and Patterson)
- NIAGARA: Multithreaded Sparc Processor
- ...(to be continued)...