r203261 - in /trunk/libstdc++-v3: ChangeLog inc...

timshen@gcc.gnu.org timshen@gcc.gnu.org
Tue Oct 8 03:41:00 GMT 2013


Author: timshen
Date: Tue Oct  8 03:41:14 2013
New Revision: 203261

URL: http://gcc.gnu.org/viewcvs?rev=203261&root=gcc&view=rev
Log:
2013-10-08  Tim Shen  <timshen91@gmail.com>

	* include/bits/regex_executor.h: Add _TodoList class.
	* include/bits/regex_executor.tcc (_BFSExecutor<>::_M_main): Add
	_M_match_stack and _M_stack to make everything faster. Break if
	_M_stack is empty, to reduce unnecessary idling.
	* testsuite/performance/28_regex/split.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/performance/28_regex/
    trunk/libstdc++-v3/testsuite/performance/28_regex/split.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/regex_executor.h
    trunk/libstdc++-v3/include/bits/regex_executor.tcc



More information about the Libstdc++-cvs mailing list