Diving into GCC internals
For those who would like to know more about how GCC works, David Malcolmhas enhanced his GCCfor new contributors guide with asection on GCC internals. It includes a good overview of the variousGCC passes and the internal representations used to describe a program atvarious stages.