This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Developing GCC
- From: Ian Lance Taylor <iant at google dot com>
- To: "Rick C. Hodgin" <foxmuldrster at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 16 Nov 2011 06:52:19 -0800
- Subject: Re: Developing GCC
- References: <1321450763.2178.1.camel@rick-toshiba>
"Rick C. Hodgin" <foxmuldrster@yahoo.com> writes:
> What's the best way to learn about developing GCC? Not developing in
> GCC, but understanding and extending the compiler's design itself?
Start by reading http://gcc.gnu.org/onlinedocs/gccint/ and
http://gcc.gnu.org/wiki/ .
Ian