This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC 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 following reply was made to PR libstdc++/9828; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz at redhat dot com>
To: Benjamin Kosnik <bkoz at redhat dot com>
Cc: peturr02 at ru dot is, jlquinn at optonline dot net, paolo at gcc dot gnu dot org,
   gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org,
   libstdc++ at gcc dot gnu dot org
Subject: Re: libstdc++/9828: Regression: Segmentation fault in num_put::put
Date: Thu, 3 Apr 2003 10:28:18 -0600

 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]