mirror of git://gcc.gnu.org/git/gcc.git
allocator.xml: Adjust link to Dr.Dobb's article.q
* doc/xml/manual/allocator.xml: Adjust link to Dr.Dobb's article.q * doc/xml/manual/appendix_contributing.xml: Adjust link to GNU Coding Standards. * doc/xml/manual/debug.xml: Adjust link for ThreadSanitizer. * doc/xml/manual/debug_mode.xml: Adjust link for SafeSTL. * doc/xml/manual/documentation_hacking.xml: Adjust Doxygen link. * doc/xml/manual/messages.xml: Adjust link to Java API specs. * doc/xml/manual/policy_data_structures: Remove direct link to IBM Haifa Research Labs. * doc/xml/manual/policy_data_structures_biblio.xml: Adjust links for biblio.maverik_lowerbounds and biblio.nelson96stlpq. Remove direct link to IBM Haifa Research Labs. * doc/xml/manual/profile_mode.xml: Adjust two links to acm.org papers. * doc/xml/manual/shared_ptr.xml: Use canonical address for www.boost.org. From-SVN: r197284
This commit is contained in:
parent
9ededfc5d0
commit
8bebe0af78
|
|
@ -1,3 +1,31 @@
|
||||||
|
2013-03-30 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* doc/xml/manual/allocator.xml: Adjust link to Dr.Dobb's article.q
|
||||||
|
|
||||||
|
* doc/xml/manual/appendix_contributing.xml: Adjust link to GNU
|
||||||
|
Coding Standards.
|
||||||
|
|
||||||
|
* doc/xml/manual/debug.xml: Adjust link for ThreadSanitizer.
|
||||||
|
|
||||||
|
* doc/xml/manual/debug_mode.xml: Adjust link for SafeSTL.
|
||||||
|
|
||||||
|
* doc/xml/manual/documentation_hacking.xml: Adjust Doxygen link.
|
||||||
|
|
||||||
|
* doc/xml/manual/messages.xml: Adjust link to Java API specs.
|
||||||
|
|
||||||
|
* doc/xml/manual/policy_data_structures: Remove direct link to
|
||||||
|
IBM Haifa Research Labs.
|
||||||
|
|
||||||
|
* doc/xml/manual/policy_data_structures_biblio.xml: Adjust links
|
||||||
|
for biblio.maverik_lowerbounds and biblio.nelson96stlpq.
|
||||||
|
Remove direct link to IBM Haifa Research Labs.
|
||||||
|
|
||||||
|
* doc/xml/manual/profile_mode.xml: Adjust two links to acm.org
|
||||||
|
papers.
|
||||||
|
|
||||||
|
* doc/xml/manual/shared_ptr.xml: Use canonical address for
|
||||||
|
www.boost.org.
|
||||||
|
|
||||||
2013-03-27 Kai Tietz <ktietz@redhat.com>
|
2013-03-27 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
* crossconfig.m4: Add support for cygwin x64 target.
|
* crossconfig.m4: Add support for cygwin x64 target.
|
||||||
|
|
|
||||||
|
|
@ -504,7 +504,7 @@
|
||||||
<biblioentry>
|
<biblioentry>
|
||||||
<title>
|
<title>
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xlink:href="http://www.drdobbs.com/cpp/184403759">
|
xlink:href="http://www.drdobbs.com/the-standard-librarian-what-are-allocato/184403759">
|
||||||
The Standard Librarian: What Are Allocators Good For?
|
The Standard Librarian: What Are Allocators Good For?
|
||||||
</link>
|
</link>
|
||||||
</title>
|
</title>
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Peruse
|
Peruse
|
||||||
the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gnu.org/prep/standards">GNU
|
the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gnu.org/prep/standards/">GNU
|
||||||
Coding Standards</link>, and chuckle when you hit the part
|
Coding Standards</link>, and chuckle when you hit the part
|
||||||
about <quote>Using Languages Other Than C</quote>.
|
about <quote>Using Languages Other Than C</quote>.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
xlink:href="http://valgrind.org/docs/manual/hg-manual.html">
|
xlink:href="http://valgrind.org/docs/manual/hg-manual.html">
|
||||||
Helgrind</link>, and
|
Helgrind</link>, and
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xlink:href="http://code.google.com/p/data-race-test">
|
xlink:href="http://code.google.com/p/data-race-test/">
|
||||||
ThreadSanitizer</link>.
|
ThreadSanitizer</link>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -856,7 +856,7 @@ test02()
|
||||||
supports debugging for programs using libstdc++. The existing
|
supports debugging for programs using libstdc++. The existing
|
||||||
implementations include:</para>
|
implementations include:</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.mathcs.sjsu.edu/faculty/horstman/safestl.html">SafeSTL</link>:
|
<listitem><para><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.cs.sjsu.edu/faculty/horstman/safestl.html">SafeSTL</link>:
|
||||||
SafeSTL was the original debugging version of the Standard Template
|
SafeSTL was the original debugging version of the Standard Template
|
||||||
Library (STL), implemented by Cay S. Horstmann on top of the
|
Library (STL), implemented by Cay S. Horstmann on top of the
|
||||||
Hewlett-Packard STL. Though it inspired much work in this area, it
|
Hewlett-Packard STL. Though it inspired much work in this area, it
|
||||||
|
|
|
||||||
|
|
@ -443,9 +443,8 @@
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Some commentary to accompany
|
Some commentary to accompany
|
||||||
the first list in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.stack.nl/~dimitri/doxygen/docblocks.html">Special
|
the first list in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html">Special
|
||||||
Documentation Blocks</link> section of
|
Documentation Blocks</link> section of the Doxygen manual:
|
||||||
the Doxygen manual:
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<orderedlist inheritnum="ignore" continuation="restarts">
|
<orderedlist inheritnum="ignore" continuation="restarts">
|
||||||
|
|
|
||||||
|
|
@ -541,7 +541,7 @@ void test01()
|
||||||
<biblioentry>
|
<biblioentry>
|
||||||
<title>
|
<title>
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xlink:href="http://java.sun.com/reference/api/index.html">
|
xlink:href="http://www.oracle.com/technetwork/java/api/index.html">
|
||||||
API Specifications, Java Platform
|
API Specifications, Java Platform
|
||||||
</link>
|
</link>
|
||||||
</title>
|
</title>
|
||||||
|
|
|
||||||
|
|
@ -5061,8 +5061,7 @@
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This library was partially written at
|
This library was partially written at IBM's Haifa Research Labs.
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.haifa.il.ibm.com/">IBM's Haifa Research Labs</link>.
|
|
||||||
It is based heavily on policy-based design and uses many useful
|
It is based heavily on policy-based design and uses many useful
|
||||||
techniques from Modern C++ Design: Generic Programming and Design
|
techniques from Modern C++ Design: Generic Programming and Design
|
||||||
Patterns Applied by Andrei Alexandrescu.
|
Patterns Applied by Andrei Alexandrescu.
|
||||||
|
|
|
||||||
|
|
@ -895,7 +895,7 @@
|
||||||
<biblioentry xml:id="biblio.maverik_lowerbounds">
|
<biblioentry xml:id="biblio.maverik_lowerbounds">
|
||||||
<title>
|
<title>
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xlink:href="http://magic.aladdin.cs.cmu.edu/2005/08/01/deamortization-part-2-binomial-heaps">
|
xlink:href="http://magic.aladdin.cs.cmu.edu/2005/08/01/deamortization-part-2-binomial-heaps/">
|
||||||
Deamortization - Part 2: Binomial Heaps
|
Deamortization - Part 2: Binomial Heaps
|
||||||
</link>
|
</link>
|
||||||
</title>
|
</title>
|
||||||
|
|
@ -1142,7 +1142,7 @@
|
||||||
<biblioentry xml:id="biblio.nelson96stlpq">
|
<biblioentry xml:id="biblio.nelson96stlpq">
|
||||||
<title>
|
<title>
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xlink:href="http://www.dogma.net/markn/articles/pq_stl/priority.htm">Priority Queues and the STL
|
xlink:href="http://marknelson.us/1996/01/01/priority-queues/">Priority Queues and the STL
|
||||||
</link>
|
</link>
|
||||||
</title>
|
</title>
|
||||||
<date>
|
<date>
|
||||||
|
|
|
||||||
|
|
@ -1401,7 +1401,7 @@ foo.cc:1: advice: Change "list" to "forward_list".
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>Fundamentals:</emphasis>
|
<listitem><para><emphasis>Fundamentals:</emphasis>
|
||||||
See papers:
|
See papers:
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://portal.acm.org/citation.cfm?doid=1065944.1065981">
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://dl.acm.org/citation.cfm?doid=1065944.1065981">
|
||||||
A framework for adaptive algorithm selection in STAPL</link> and
|
A framework for adaptive algorithm selection in STAPL</link> and
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=4228227">
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=4228227">
|
||||||
Optimizing Sorting with Machine Learning Algorithms</link>.
|
Optimizing Sorting with Machine Learning Algorithms</link>.
|
||||||
|
|
@ -1597,7 +1597,7 @@ the allocation sequence or switching to a structure conscious allocator.
|
||||||
Keep a shadow for each container. Record iterator dereferences and
|
Keep a shadow for each container. Record iterator dereferences and
|
||||||
container member accesses. Issue advice for elements referenced by
|
container member accesses. Issue advice for elements referenced by
|
||||||
multiple threads.
|
multiple threads.
|
||||||
See paper: <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://portal.acm.org/citation.cfm?id=207110.207148">
|
See paper: <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://dl.acm.org/citation.cfm?id=207110.207148">
|
||||||
The LRPD test: speculative run-time parallelization of loops with
|
The LRPD test: speculative run-time parallelization of loops with
|
||||||
privatization and reduction parallelization</link>.
|
privatization and reduction parallelization</link>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@ deprecated in C++11 mode.
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The
|
The
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://boost.org/libs/smart_ptr/shared_ptr.htm#ThreadSafety">Thread
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/libs/smart_ptr/shared_ptr.htm#ThreadSafety">Thread
|
||||||
Safety</link> section of the Boost shared_ptr documentation says "shared_ptr
|
Safety</link> section of the Boost shared_ptr documentation says "shared_ptr
|
||||||
objects offer the same level of thread safety as built-in types."
|
objects offer the same level of thread safety as built-in types."
|
||||||
The implementation must ensure that concurrent updates to separate shared_ptr
|
The implementation must ensure that concurrent updates to separate shared_ptr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue