| 1. | RHIDE | | | IDE for DJGPP and other GCC-based systems, by Robert Hoehne, Salvador Eduardo Tropea. Runs on DOS, Linux, looks like old Borland DOS IDE. Has project management, frontend to GCC C/C++, syntax highlighting, integrated debugger. [Open Source, GPL] rhide.com |
| 2. | GHDL | | | A written in Ada95 GCC front-end. It is a VHDL simulator and implements nearly all VHDL87 and some features of VHDL93. ghdl.free.fr |
| 3. | MinGW: Minimalist GNU for Windows | | | Compiler system uses GCC to produce Windows programs. Win32 ports of GCC, GDB, binutils to build native Win32 programs that rely on no 3rd party DLLs. www.mingw.org |
| 5. | GNUDE: GNU Development Environment | | | Suite of GNU C/C++, Fortran, Java cross compilers, and Insight/GDB debugger hosted on Windows NT/2K/XP for embedded ARM7/9, XScale CPU program development. Assembler, compilers, linker, header files, STL, libraries, documents. gnude.sourceforge.net |
| 6. | distcc | | | A gcc wrapper that speeds compilation by transparently distributing work across several machines. [Open source, GPL] distcc.samba.org |
| 7. | G++ FAQ | | | List of Frequently Asked Questions for G++ users. www.jcu.edu.au |
| 8. | EGCS: Experimental GNU Compiler System | | | Project fused work on GNU C, C++, Objective-C, Ada, Fortran compilers, and libc++, to speed up work to improve GCC. In April 1999 was merged into general GCC effort under control of GCC steering committee. Descriptions, a few links. www.gnu.org |
| 11. | Benchmarking Intel C++ Against GNU GCC on Linux | | | Medium long review compares 2 compilers, some useful tables. GCC holds it own against Intel C++, wins some benchmarks it lost before. Intel still wins some. Differences are less. [Coyote Gulch Productions] www.coyotegulch.com |
| 12. | Pentium Compiler Group | | | Founded late 1995 to enhance and support Pentium optimizing in GCC. GCC optimizes well, but the new x86 architecture needed different optimizing strategies. Descriptions, FAQs, downloads (source, binary), mirrors, links. www.goof.com |
| 13. | Optimizing GCC | | | How much faster can GCC compile a Linux kernel if GCC is optimized? Doing the compiler alone ups speed 33%. Description, benchmark times. [Linux Gazette] www.linuxgazette.com |
| 14. | GCC Myths and Facts | | | Optimizing GCC mostly for x86 CPU and C/C++, but parts can apply to all supported CPUs and languages. Many useful forum comments. [freshmeat.net] freshmeat.net |
| 15. | First Annual GCC Developers' Summit | | | An opportunity for the core developers of all parts of the GNU Compiler Collection to get together with those from other portions of the Development tools community. May 25-27, 2003. www.gccsummit.org |
| 16. | An Evolutionary Analysis of GNU C Optimizations | | | Article by Scott Robert Ladd describes the application of ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to the analysis of GNU C compiler optimization flags. www.coyotegulch.com |
| | |