Re: 1.3.10 memcmp() bug

2002-04-25 Thread Tim Prince
On Thursday 25 April 2002 00:22, Gareth Pearce wrote: > >On Tuesday 23 April 2002 23:41, Sami Korhonen wrote: > > > On Tue, 23 Apr 2002, Tim Prince wrote: > > >AFAICT there's no reason this should behave differently on linux or > > cygwin. You're comparing the speed of memcmp() against the speed

Re: 1.3.10 memcmp() bug

2002-04-25 Thread Gareth Pearce
>On Tuesday 23 April 2002 23:41, Sami Korhonen wrote: > > On Tue, 23 Apr 2002, Tim Prince wrote: > > > On Tuesday 23 April 2002 22:04, Sami Korhonen wrote: > > > > I wasnt sure wheter I should post about this on gcc bug report list >or > > > > here. Anyways, it seems that using -O2 flag with gc

Re: 1.3.10 memcmp() bug

2002-04-24 Thread Tim Prince
On Tuesday 23 April 2002 23:41, Sami Korhonen wrote: > On Tue, 23 Apr 2002, Tim Prince wrote: > > On Tuesday 23 April 2002 22:04, Sami Korhonen wrote: > > > I wasnt sure wheter I should post about this on gcc bug report list or > > > here. Anyways, it seems that using -O2 flag with gcc causes hug

Re: 1.3.10 memcmp() bug

2002-04-24 Thread C. J.
> > I wasnt sure wheter I should post about this on gcc bug report list or > > here. Anyways, it seems that using -O2 flag with gcc causes huge >slowdown > > in memcmp(). However i dont see performance drop under linux, so I >suppose > > it is cygwin issue. cygwin's gcc version may be using an

Re: 1.3.10 memcmp() bug

2002-04-23 Thread Sami Korhonen
On Tue, 23 Apr 2002, Tim Prince wrote: > On Tuesday 23 April 2002 22:04, Sami Korhonen wrote: > > I wasnt sure wheter I should post about this on gcc bug report list or > > here. Anyways, it seems that using -O2 flag with gcc causes huge slowdown > > in memcmp(). However i dont see performance d

Re: 1.3.10 memcmp() bug

2002-04-23 Thread Tim Prince
On Tuesday 23 April 2002 22:04, Sami Korhonen wrote: > I wasnt sure wheter I should post about this on gcc bug report list or > here. Anyways, it seems that using -O2 flag with gcc causes huge slowdown > in memcmp(). However i dont see performance drop under linux, so I suppose > it is cygwin iss