This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


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

Re: [knotwell@f5.com] Re: [PATCH] Re: startup speed (or lack thereof)


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> > !       for(i=len;i--;)
> >   	if (((unsigned char *) name)[i] != tmp[i])
> > ! 	  goto trynext; 

> relies on memcmp to perform the character field comparison? 

Removing goto's is okay, but note that Aubrey intentionally compares
from the right to the left.  Using memcmp will be a little bit slower.


Jost
-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!

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