This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Benchmark suite...


> 
> What do you think about the idea of adding gzip/bzip2 to the test suite?
It is one thinks I want to do today. Problem is that gzip itself
is long. I will have to dig out deflate code and make suitable test.
(using whole gzip or whole crafty is IMO bad, because compilation time
would increase significantly)
> It might also be useful to add code that currently isn't optimized as wel
> as it could be by the compiler: e.g. tail-recursive functions.  That could
> provide some incentive to implement better mechanisms in the compiler.
I've done naive implementations of recursive hanoi solver and quicksort,
wich is first of these. Especially quicksort shows VERY interesting behaviour.
Of course I will welcome other code too.
I also want to use dryrstoe benchmark and dig out suitable tests from byte
benchmarks.

Honza
> 
> Bernd

-- 
                       OK. Lets make a signature file.
+-------------------------------------------------------------------------+
|        Jan Hubicka (Jan Hubi\v{c}ka in TeX) hubicka@freesoft.cz         |
|         Czech free software foundation: http://www.freesoft.cz          |
|AA project - the new way for computer graphics - http://www.ta.jcu.cz/aa |
|  homepage: http://www.paru.cas.cz/~hubicka/, games koules, Xonix, fast  |
|  fractal zoomer XaoS, index of Czech GNU/Linux/UN*X documentation etc.  | 
+-------------------------------------------------------------------------+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]