This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: reduce runtime divisions in strtol


Richard Henderson wrote:

> 	* sysdeps/generic/strtol_l.c (__strtol_l): Use tables for lookup
> 	of cutoff, cutlim, and jmax.

This new table should be shared by all functions which can do this.
I.e., strtol, strtoul, wcstol, and wcstoul should share, etc.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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