The GCC manual: https://gcc.gnu.org/onlinedocs/
"Code Optimization Using the GNU C Compiler," by Rahul U Joshi: https://www.linuxgazette.com/issue71/joshi.html
This article describes some of the code optimization techniques used by the GNU C Compiler, in order to give the reader a feel of what code optimization is and how it can increase the efficiency of the generated object code.
Using and Porting GNU CC for Version 2.8, by Richard Stallman (Free Software Foundation). Also available online from https://www.delorie.com/gnu/docs/gcc/gcc_toc.html and many other locations.
Chapter 6 of the online book Securing and Optimizing Linux, RedHat Edition: A Hands on Guide talks extensively about compiler flags. It is located at https://www.linuxdoc.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/gen-optim.html. The whole book (available in different formats) can be found at https://www.linuxdoc.org/guides.html#securing_linux.
More Apache and platform-specific performance-tuning notes can be found at https://httpd.apache.org/docs/misc/perf-tuning.html.
Copyright © 2003 O'Reilly & Associates. All rights reserved.