mirror of git://gcc.gnu.org/git/gcc.git
allocator.xml: Update reference to Hoard.
* doc/xml/manual/allocator.xml: Update reference to Hoard. Update reference to Berger's OOPSLA 2002 paper. From-SVN: r193091
This commit is contained in:
parent
e217d64f15
commit
e570b479ae
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-11-02 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* doc/xml/manual/allocator.xml: Update reference to Hoard.
|
||||||
|
Update reference to Berger's OOPSLA 2002 paper.
|
||||||
|
|
||||||
2012-11-02 Jonathan Wakely <jwakely.gcc@gmail.com>
|
2012-11-02 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||||
|
|
||||||
* python/libstdcxx/v6/printers.py (Tr1HashtableIterator): Update.
|
* python/libstdcxx/v6/printers.py (Tr1HashtableIterator): Update.
|
||||||
|
|
@ -22,7 +27,7 @@
|
||||||
* testsuite/23_containers/forward_list/cons/14.cc: New.
|
* testsuite/23_containers/forward_list/cons/14.cc: New.
|
||||||
|
|
||||||
2012-11-02 Gerald Pfeifer <gerald@pfeifer.com>
|
2012-11-02 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* doc/xml/manual/codecvt.xml: Fix reference to Austin Common
|
* doc/xml/manual/codecvt.xml: Fix reference to Austin Common
|
||||||
Standards Revision Group.
|
Standards Revision Group.
|
||||||
* doc/xml/manual/messages.xml: Ditto.
|
* doc/xml/manual/messages.xml: Ditto.
|
||||||
|
|
|
||||||
|
|
@ -524,7 +524,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.cs.umass.edu/~emery/hoard">
|
xlink:href="http://www.hoard.org/">
|
||||||
The Hoard Memory Allocator
|
The Hoard Memory Allocator
|
||||||
</link>
|
</link>
|
||||||
</title>
|
</title>
|
||||||
|
|
@ -535,7 +535,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.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf">
|
xlink:href="http://people.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf">
|
||||||
Reconsidering Custom Memory Allocation
|
Reconsidering Custom Memory Allocation
|
||||||
</link>
|
</link>
|
||||||
</title>
|
</title>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue