For those who would like to know more about how GCC works, David Malcolm
has enhanced his GCC
for new contributors guide with a
section on GCC internals. It includes a good overview of the various
GCC passes and the internal representations used to describe a program at
various stages.
| From: |
| David Malcolm via Gcc <gcc-AT-gcc.gnu.org> |
| To: |
| gcc-AT-gcc.gnu.org |
| Subject: |
| New "Diving into GCC internals" section in newbies guide |
| Date: |
| Fri, 10 Jun 2022 17:58:25 -0400 |
| Message-ID: |
| <b4633eea86dab10d656f11351563782dbcc36166.camel@redhat.com> |
| Archive-link: |
| Article |
I've written a large new chunk of documentation for my GCC newbies
guide, called "Diving into GCC internals", which can be seen at:
https://gcc-newbies-guide.readthedocs.io/en/latest/diving-into-gcc-internals.html
Hope this is helpful; please let me know if you see any mistakes, or if
there's room for improvement
Dave