ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler Collection (GCC) C and C++ compilers. "Best," in this context, is defined as those options that produce the fastest executable program from a given source code.
Acovea is a C++ framework that can be extended to test other programming languages and non-GCC compilers.
Acovea is envisioned as an optimization tool, similar in purpose to profiling. Traditional function-level profiling identifies the algorithms most influential in a program's performance; Acovea is then applied to those algorithms to find the compiler flags and options that generate the fastest code. Acovea is also useful for testing combinations of flags for pessimistic interactions, and for examining the reliability of the compiler.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 177.6 kB | 632 kB | [list of files] |
| amd64 (unofficial port) | 169.3 kB | 600 kB | [list of files] |
| arm | 179.6 kB | 624 kB | [list of files] |
| hppa | 187.7 kB | 660 kB | [list of files] |
| i386 | 167.6 kB | 584 kB | [list of files] |
| ia64 | 185.8 kB | 708 kB | [list of files] |
| m68k | 176.3 kB | 608 kB | [list of files] |
| mips | 178.5 kB | 676 kB | [list of files] |
| mipsel | 178.2 kB | 676 kB | [list of files] |
| powerpc | 172.6 kB | 596 kB | [list of files] |
| s390 | 166.1 kB | 592 kB | [list of files] |
| sparc | 167.9 kB | 588 kB | [list of files] |