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: Regex instantiation


On Thu, Jan 9, 2014 at 5:13 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> We could maybe compute the length and dispatch to two different strategies?

The length is at run-time, while the dispatch must be done at compile-time.

How can I calculate the binary file size cost of basic_string inst? If
it is not that much, it could be worthy. After all, the standard
specified some typedefs about basic_string (ssub_match, smatch,
sregex_iterator, sregex_token_iterator).


-- 
Regards,
Tim Shen


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