软件包: acovea (5.1.1-2) [universe]
acovea 的相关链接
Ubuntu 的资源:
下载源码包 acovea:
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Al Stone
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
analysis of compiler options via evolutionary algorithms
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.
其它与 acovea 有关的软件包
|
|
|
-
- dep: libacovea-5.1-5
- library for analyzing compiler options via evolutionary algorithms
-
- dep: libc6 (>= 2.5-0ubuntu1)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libcoyotl-3.1-4
- portable C++ classes used by acovea
-
- dep: libevocosm-3.1-1
- a C++ framework for developing evolutionary algorithms
-
- dep: libexpat1 (>= 1.95.8)
- XML parsing C library - runtime library
同时作为一个虚包由这些包填实: libexpat1-udeb
-
- dep: libgcc1 (>= 1:4.1.1-17ubuntu1)
- GCC支持库
-
- dep: libpng12-0 (>= 1.2.8rel)
- PNG library - runtime
-
- dep: libstdc++6 (>= 4.1.1-17ubuntu1)
- GNU标准C++库第三版。本软件包包含了
-
- rec: acovea-results
- results captured by using acovea
-
- rec: g++
- GNU C++ 编译器
-
- rec: gcc
- GNU C 编译器