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: [PATCH] Allow optimizing locale-archive for speed or size


That looks good to me!  Given the relatively marginal size difference in
the end, I am inclined not to make this optional.  The cheap heuristic
will probably always get the right answer, but it would be most general
to sum the sizes of the smallest categories up to 4k or 8k and take those.
And to prepare for the long run the constant 4k should be getpagesize().
This is easy enough to implement that I'd be happy to do it.

If Uli agrees to this change (and making it nonoptional), I'll go ahead
and do it.  (But I am pretty sure that Uli is eagerly in favor of this change.)


Thanks!

Roland


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