new chapter

pull/10/head
Alexis Beingessner 10 years ago committed by Manish Goregaokar
parent 37228b9d7d
commit bcab386c0d

@ -34,7 +34,7 @@
* [Races](races.md)
* [Send and Sync](send-and-sync.md)
* [Atomics](atomics.md)
* [Example: Implementing Vec](vec.md)
* [Implementing Vec](vec.md)
* [Layout](vec-layout.md)
* [Allocating](vec-alloc.md)
* [Push and Pop](vec-push-pop.md)
@ -44,3 +44,4 @@
* [IntoIter](vec-into-iter.md)
* [Drain](vec-drain.md)
* [Final Code](vec-final.md)
* [Implementing Arc and Mutex](arc-and-mutex.md)

@ -220,8 +220,5 @@ relaxed operations can be cheaper on weakly-ordered platforms.
TODO: implementing Arc example (why does Drop need the trailing barrier?)
[C11-busted]: http://plv.mpi-sws.org/c11comp/popl15.pdf
[C11-model]: http://en.cppreference.com/w/c/atomic/memory_order

Loading…
Cancel
Save