I was searching for this information in http://gcc.gnu.org/, but googling using site:http://gcc.gnu.org/
did not yield anything.
Any pointers to any documentation about this will also be helpful.
By pass I meant a pass over the original representation of the source code only and not the multiple pass definition suggested by Wikipedia.
GCC is a key component of the GNU toolchain and the standard compiler for most projects related to GNU and the Linux kernel. With roughly 15 million lines of code in 2019, GCC is one of the biggest free programs in existence.
GCC is a multi-pass compiler, with four distinct steps.
Pass is a complete traversal of the source program. Compiler has two passes to traverse the source program.
Passes and Files of the Compiler might be the closest thing to what you're looking for.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With