This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to understand gcc


Hi there,

How can I learn how gcc works? I have taken one compiler course at my
university, and I own the "Dragon book" and Modern Compiler Implementation
in ML. I am specifically interested in the C++ part of the compiler. But
really, I would like to have some sort of general understanding about the
design of gcc, how it is modularized, what techniques are used and which are
not (i.e. design choices) etc. I can imagine that this is a near impossible
task, but I want to know anyway :) I think it would be great if there was
some sort of documentation that described the design and techniques of gcc.
Ultimately, I would like to read a compiler text book, that used gcc as an
example throughout.

/David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]