Paketname | acovea |
Beschreibung | analysis of compiler options via evolutionary algorithms |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 5.1.1-2 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 264 Byte |
Hängt ab von | libacovea-5.1-5, libc6 (>= 2.5-0ubuntu1), libcoyotl-3.1-4, libevocosm-3.1-1, libexpat1 (>= 1.95.8), |
Empfohlene Pakete | gcc, g++, acovea-results |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 103992 Byte |
Prüfsumme MD5 | 5591cc8179f0e0e5696a5aa21e27e90d |
Prüfsumme SHA1 | a9352b6a9b6be4233d4da720e81361a4b282a210 |
Prüfsumme SHA256 | 1941afb51796094333312ca7e9a928e679aec57cfbe1e1e4199fce186c91383c |
Link zum Herunterladen | acovea_5.1.1-2_i386.deb |
Ausführliche Beschreibung | 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.
|