This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
GCC overview for a compiler construction student
- From: Andrey Belevantsev <andrey dot belevantsev at gmail dot com>
- To: GCC Help <gcc-help at gcc dot gnu dot org>
- Date: Tue, 22 Nov 2005 13:05:27 +0300
- Subject: GCC overview for a compiler construction student
Hi all,
I'm working on gcc for about one year. Part of my job is giving an
overview of gcc from a compiler writer point of view to the students
visiting a compiler construction course. I've tried hard to find a
paper that aims to describe gcc using this way, but failed. Does
everybody know about such a document? Usually I point people to the
gcc wiki, internals manual, gcc summit proceedings, and the source. I
do realize that the chance of 'gcc for starting compiler writers'
existence is very small, but thought someone could use this in some
other compiler course.
Yours, Andrey