This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: libstdc++/9828: Regression: Segmentation fault in num_put::put


The other advantage of this approach is that it's more extensible: we
could add more caches as we get the time, and not have to worry about
the size of __locale_cache changing, adding more accessor functions, and
link map maneuvering.

I'd been a bit worried about this, since large parts of the locale
facets haven't yet been caches (floating point numerics, everything
else).

-benjamin


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