Subject: Re: CVS commit: basesrc/libexec/ld.elf_so To: Simon Burge <simonb@wasabisystems.com> From: enami tsugutomo <enami@but-b.or.jp> List: source-changes Date: 12/06/2002 12:00:14
Simon Burge <simonb@wasabisystems.com> writes:
> > n(strlen()): 0 -> ~580
>
> So ~1/10th the number of strcmp() calls. That's good enough for me :-)
strlen is called twice if an object is new one.
enami.