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: [RFC] Speeding-up the parsing of integer types


Gabriel Dos Reis wrote:

I think the idea, in general, is good.  I think you may also want to
perform various checks for overflow and all that before storing in __value.

Indeed. This is probably the only relatively tricky point: I'm right now
learning more about that from glibc's strtol.c ;)

Paolo.


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