Igor Schein on Sun, 22 Jun 2003 14:19:57 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: pari-2.2.6.alpha released


On Sun, Jun 22, 2003 at 01:46:09PM +0200, Alexander Shumakovitch wrote:
> Dear PARI developers,
> 
> On Thu, Jun 19, 2003 at 03:57:48PM +0200, Karim BELABAS wrote:
> > Dear PARI enthousiast,
> > 
> >   I would like to announce the release of pari-2.2.6.ALPHA. As usual, you can
> > fetch the sources from the link
> I'm now performing basic benchmarking of the new version of Pari and it
> seams to be much slower than the old one (i.e. 2.2.5). On the same
> hardware (Pentium III 800Mhz with Linux 2.4.20) and with the same
> compiler (gcc 2.95.4) Pari 2.2.6.alpha performance is somewhere around
>   +++ Total bench for gp-sta is 1376
>   +++ Total bench for gp-dyn is 1586
> 
> 2.2.5, on the other hand, gives
>   +++ Total bench for gp-sta is 1262
>   +++ Total bench for gp-dyn is 1298
> 
> The difference is as much as %%10--20!
> 
> Is it something to be expected?

I kinda noticed it some time ago, but I attributed it to my
imagination back them.  Anyway, the following change is responsible
for the slowdown in benchmarks:

----------------------------
revision 1.199
date: 2003/04/08 00:27:41;  author: karim;  state: Exp;  lines: +38 -36
10- extend GP command line: once flags (-xxx) are processed, remaining
    args are taken to be filenames, read upon startup [ _after_ the gprc
    read statements have been processed ]

+ Cleanup flags
----------------------------

Should be easily fixable.

Igor