ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm)
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 …
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. […
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 o…
GCC XML Node Introspector Project
Project to create an XML interface to the GCC AST tree_nodes and store in Postgres Database.
GCC: GNU Compiler Collection
Developed by GNU project as free compiler for GNU system. Front ends: C, C++, Objective-C, Fortran, Java, Ada; libraries for libstdc++, and libgcj. Mission, mail lists, timeline, c…
GNU Objective-C runtime features
Some notes about garbage collection and type information strings in the GNU Objective-C runtime (2.95.3 GCC version).
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, li…
LWN: GCC gets a new Optimizer Framework
Artciel by Steven Bosscher and Diego Novillo. The first bits a major compiler internals overhaul have been merged into the development mainline of the GNU Compiler Collection (GCC)…
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.
Optimization in GCC
By M. Tim Jones. Here's what the O options mean in GCC, why some optimizations aren't optimal after all and how you can make specialized optimization choices for your application. …
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]
PL/1 for GCC
A PL/1 front-end for GNU Compiler Collection. It based on the syntax from IBM OS PL/I Version 2.
Writing a GCC Front End
By Tom Tromey. This article provides a tour of how you would go about connecting your own compiler front end to GCC.
Showing 20–19 of 19 results