1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Appendices</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../lockfree.html" title="Chapter 22. Boost.Lockfree"> 10<link rel="prev" href="../boost/lockfree/stack/node.html" title="Struct template node"> 11<link rel="next" href="../tribool.html" title="Chapter 23. Boost.Tribool"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="../boost/lockfree/stack/node.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lockfree.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../tribool.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="lockfree.appendices"></a><a class="link" href="appendices.html" title="Appendices">Appendices</a> 29</h2></div></div></div> 30<div class="toc"><dl class="toc"> 31<dt><span class="section"><a href="appendices.html#lockfree.appendices.supported_platforms___compilers">Supported 32 Platforms & Compilers</a></span></dt> 33<dt><span class="section"><a href="appendices.html#lockfree.appendices.future_developments">Future Developments</a></span></dt> 34<dt><span class="section"><a href="appendices.html#lockfree.appendices.references">References</a></span></dt> 35</dl></div> 36<div class="section"> 37<div class="titlepage"><div><div><h3 class="title"> 38<a name="lockfree.appendices.supported_platforms___compilers"></a><a class="link" href="appendices.html#lockfree.appendices.supported_platforms___compilers" title="Supported Platforms & Compilers">Supported 39 Platforms & Compilers</a> 40</h3></div></div></div> 41<p> 42 <code class="literal">boost.lockfree</code> has been tested on the following platforms: 43 </p> 44<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 45<li class="listitem"> 46 g++ 4.4, 4.5 and 4.6, linux, x86 & x86_64 47 </li> 48<li class="listitem"> 49 clang++ 3.0, linux, x86 & x86_64 50 </li> 51</ul></div> 52</div> 53<div class="section"> 54<div class="titlepage"><div><div><h3 class="title"> 55<a name="lockfree.appendices.future_developments"></a><a class="link" href="appendices.html#lockfree.appendices.future_developments" title="Future Developments">Future Developments</a> 56</h3></div></div></div> 57<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 58<li class="listitem"> 59 More data structures (set, hash table, dequeue) 60 </li> 61<li class="listitem"> 62 Backoff schemes (exponential backoff or elimination) 63 </li> 64</ul></div> 65</div> 66<div class="section"> 67<div class="titlepage"><div><div><h3 class="title"> 68<a name="lockfree.appendices.references"></a><a class="link" href="appendices.html#lockfree.appendices.references" title="References">References</a> 69</h3></div></div></div> 70<div class="orderedlist"><ol class="orderedlist" type="1"> 71<li class="listitem"> 72 <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.3574" target="_top">Simple, 73 Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms 74 by Michael Scott and Maged Michael</a>, In Symposium on Principles 75 of Distributed Computing, pages 267–275, 1996. 76 </li> 77<li class="listitem"> 78 <a href="http://books.google.com/books?id=pFSwuqtJgxYC" target="_top">M. Herlihy 79 & Nir Shavit. The Art of Multiprocessor Programming</a>, Morgan 80 Kaufmann Publishers, 2008 81 </li> 82</ol></div> 83</div> 84</div> 85<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 86<td align="left"></td> 87<td align="right"><div class="copyright-footer">Copyright © 2008-2011 Tim 88 Blechmann<p> 89 Distributed under the Boost Software License, Version 1.0. (See accompanying 90 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 91 </p> 92</div></td> 93</tr></table> 94<hr> 95<div class="spirit-nav"> 96<a accesskey="p" href="../boost/lockfree/stack/node.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lockfree.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../tribool.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 97</div> 98</body> 99</html> 100