This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r135411 - in /trunk/libstdc++-v3: doc/xml/manua...
- From: singler at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 16 May 2008 07:10:28 -0000
- Subject: r135411 - in /trunk/libstdc++-v3: doc/xml/manua...
Author: singler
Date: Fri May 16 07:10:26 2008
New Revision: 135411
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135411
Log:
2008-05-16 Johannes Singler <singler@ira.uka.de>
* doc/xml/manual/parallel_mode.xml:
Documented the new choices, factoring out common tags.
* include/parallel/multiway_merge.h:
Place comparison functor at the end, to comply with
established convention.
(parallel_multiway_merge) Pass number of threads explicitly.
Introduce new compile-time variants, make exact splitting the
default.
* include/parallel/tags.h:
Extend exact_tag, introduce sampling_tag.
* include/parallel/merge.h:
(parallel_merge_advance) Adapt to changed interface.
* include/parallel/multiway_mergesort.h: Likewise.
Modified:
trunk/libstdc++-v3/doc/xml/manual/parallel_mode.xml
trunk/libstdc++-v3/include/parallel/merge.h
trunk/libstdc++-v3/include/parallel/multiway_merge.h
trunk/libstdc++-v3/include/parallel/multiway_mergesort.h
trunk/libstdc++-v3/include/parallel/tags.h