From f3d39e46e726ffb4620f2a50898815ffc15b538c Mon Sep 17 00:00:00 2001 From: khizmax Date: Mon, 2 Jan 2017 23:59:09 +0300 Subject: [PATCH] Updated readme and changelog --- change.log | 1 + readme.md | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/change.log b/change.log index 1615cd50..31ba2e8c 100644 --- a/change.log +++ b/change.log @@ -24,6 +24,7 @@ ones. The old cds::opt::v::dynamic_buffer and cds::opt::v::static_buffer classes are removed. - Removed: TsigasCysleQueue (due undecidable ABA-problem) + - Removed: Michael's allocator cds/memory/michael/allocator.h - Fixed: use-after-free bug in VyukovMPMCCycleQueue internal buffer. To prevent this bug the queue uses an uninitialized buffer now. - Fixed: rare priority inversion bug in MSPriorityQueue diff --git a/readme.md b/readme.md index 9b45b577..54c6f15b 100644 --- a/readme.md +++ b/readme.md @@ -130,10 +130,6 @@ References Implementations of Read-Copy Update" [pdf](http://www.dorsal.polymtl.ca/sites/www.dorsal.polymtl.ca/files/publications/desnoyers-ieee-urcu-submitted.pdf) -*Memory allocation* - - [2004] M.Michael "Scalable Lock-free Dynamic Memory Allocation" - [pdf](http://www.research.ibm.com/people/m/michael/pldi-2004.pdf) - *Flat Combining* technique - [2010] Hendler, Incze, Shavit and Tzafrir "Flat Combining and the Synchronization-Parallelism Tradeoff" [pdf](http://www.cs.bgu.ac.il/~hendlerd/papers/flat-combining.pdf) -- 2.34.1