This is the mail archive of the gcc-patches@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: [Patch 1/3] Use manual regex algorithm switching


On 25/04/14 20:50 -0400, Tim Shen wrote:

   	* include/bits/regex.tcc (__regex_algo_impl<>): Remove
   	_GLIBCXX_REGEX_DFS_QUANTIFIERS_LIMIT and use
   	_GLIBCXX_REGEX_USE_THOMPSON_NFA instead.
   	* include/bits/regex_automaton.h: Remove quantifier counting variable.
   	* include/bits/regex_automaton.tcc (_State_base::_M_dot):
   	Adjust debug NFA dump.

This patch is OK, thanks very much.


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