Re: New "Diving into GCC internals" section in newbies guide

2022-06-12 Thread Eric Gallager via Gcc
On Sun, Jun 12, 2022 at 12:38 PM David Malcolm via Gcc wrote: > > On Sat, 2022-06-11 at 02:35 +0200, Eric Botcazou wrote: > > > Hope this is helpful; please let me know if you see any mistakes, > > > or if > > > there's room for improvement > > > > Nice work! In the "inside cc1" chapter, I think

Re: New "Diving into GCC internals" section in newbies guide

2022-06-12 Thread David Malcolm via Gcc
On Sat, 2022-06-11 at 02:35 +0200, Eric Botcazou wrote: > > Hope this is helpful; please let me know if you see any mistakes, > > or if > > there's room for improvement > > Nice work!  In the "inside cc1" chapter, I think that IR is usually > meant for > "Intermediate Representation" rather than

Re: New "Diving into GCC internals" section in newbies guide

2022-06-10 Thread Sam James via Gcc
> On 10 Jun 2022, at 22:58, David Malcolm via Gcc wrote: > > 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 thi

Re: New "Diving into GCC internals" section in newbies guide

2022-06-10 Thread Eric Botcazou via Gcc
> Hope this is helpful; please let me know if you see any mistakes, or if > there's room for improvement Nice work! In the "inside cc1" chapter, I think that IR is usually meant for "Intermediate Representation" rather than "Internal Representation" in this context. -- Eric Botcazou

New "Diving into GCC internals" section in newbies guide

2022-06-10 Thread David Malcolm via Gcc
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 roo