Re: Basecase assembly optimisation project

2013-10-02 Thread Torbjorn Granlund
Ondřej Bílka nel...@seznam.cz writes: I am writing a tool that might be useful, a simple optimizer of assembly routines. You need to write a benchmark that measures performance and prints elapsed time and assembly file. Currently it has two optimization patterns, first is enclosing block

Re: Basecase assembly optimisation project

2013-10-02 Thread Ondřej Bílka
On Wed, Oct 02, 2013 at 08:19:29PM +0200, Niels Möller wrote: Torbjorn Granlund t...@gmplib.org writes: We don't handle alternatives currently, except with a loop around the loopmixer. One could think of several classes, some known to the tool, others not-always-valid only by source file