BFGS method - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/BFGS_method
tags: optimization
Acovea Overview
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. I envision Acovea 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 testing the reliability of the compiler.
http://www.coyotegulch.com/products/acovea/
tags: gcc g_ optimization
[pypy-dev] Threaded interpretation (was: Re: compiler optimi...
In fact, one of the reason I started this project _at all_ so early is that the Python community clearly shows _ignorance_ about years of VM research and little attention about VM performance.
http://codespeak.net/pipermail/pypy-dev/2008q4/004923.html
tags: python pypy optimization
Interactive Compilation Interface for GCC (GCC ICI)
http://gcc-ici.sourceforge.net/
tags: gcc g_ optimization
Slashdot: News for nerds, stuff that matters
MI LEPOST GCC: machine learning based research compiler
http://gcc-ici.sourceforge.net/papers/fmtp2008.pdf
tags: gcc g_ optimization filetype_pdf media_document
|