|
1 | | -[1.1 release] |
| 1 | +[1.1.0-alpha release] |
2 | 2 |
|
3 | 3 | 2014-05-10 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
4 | 4 | * Added the rotating skip list code |
|
9 | 9 | * Cleaned patch files |
10 | 10 | * Replaced Fraser's skip list |
11 | 11 |
|
12 | | -[1.0 release] |
| 12 | +[1.0.0 release] |
13 | 13 |
|
14 | | -2012-02-10 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 14 | +2012-02-10 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
15 | 15 | * Added speculation-friendly tree algorithm |
16 | 16 | * Renamed the suite as synchrobench |
17 | 17 |
|
18 | | -2011-07-28 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 18 | +2011-07-28 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
19 | 19 | * Adding VERSION for DEBUG mode |
20 | 20 | * Removing test2 of rbtree and adding |
21 | 21 | rbtree verification at the end upon DEBUG mode |
22 | 22 |
|
23 | 23 | [0.4.1 release] |
24 | 24 |
|
25 | | -2011-07-01 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 25 | +2011-07-01 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
26 | 26 | * Adding normal mode of E-STM in linkedlist, |
27 | 27 | deque, skiplist, hashtable benchs |
28 | 28 |
|
29 | 29 | [0.4.0 release] |
30 | 30 |
|
31 | | -2011-06-29 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 31 | +2011-06-29 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
32 | 32 | * Declaring the result variable in txs |
33 | 33 | * Add atomic_ops library |
34 | 34 | * Separate build files |
35 | 35 | * Cleanup Makefiles |
36 | 36 |
|
37 | 37 | [0.3.9 release] |
38 | 38 |
|
39 | | -2011-06-18 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 39 | +2011-06-18 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
40 | 40 | * Adding the choice between elastic and normal transactions |
41 | 41 | for the add operation in the red-black tree algorithm |
42 | 42 |
|
43 | 43 | [0.3.8 release] |
44 | 44 |
|
45 | | -2011-03-04 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 45 | +2011-03-04 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
46 | 46 | * Fix freeing the memory in the lock-coupling |
47 | 47 | linked list upon removal in alternate mode |
48 | 48 |
|
49 | 49 | [0.3.7 release] |
50 | 50 |
|
51 | | -2010-11-28 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 51 | +2010-11-28 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
52 | 52 | * Fix the deallocation of memory in skiplist benchmark |
53 | 53 |
|
54 | 54 | [0.3.6 release] |
55 | 55 |
|
56 | | -2010-02-23 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 56 | +2010-02-23 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
57 | 57 | * double-ended queue sequential and STM-based benchs. |
58 | 58 | * rbtree wrappers for sequential and STM-based benchs. |
59 | 59 |
|
60 | | -2010-01-03 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 60 | +2010-01-03 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
61 | 61 | * update ratio made effective: a failed remove/add is a read-only |
62 | 62 | tx no longer an update tx. |
63 | 63 |
|
64 | 64 | [0.3.5 release] |
65 | 65 |
|
66 | | -2009-11-18 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 66 | +2009-11-18 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
67 | 67 | * Fixed deque index in rightpush functions. |
68 | 68 | * Removed "break" points in the sequential code. |
69 | 69 |
|
70 | 70 | [0.3.4 release] |
71 | 71 |
|
72 | | -2009-11-04 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 72 | +2009-11-04 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
73 | 73 | * Allowing spinlocks instead of mutexes in the lock-coupling |
74 | 74 | linked list. |
75 | 75 | * Fixing lock coupling search of the linked list that wrongly |
|
79 | 79 |
|
80 | 80 | [0.3.3 release] |
81 | 81 |
|
82 | | -2009-09-25 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 82 | +2009-09-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
83 | 83 | * Always remove a randomly generated value. |
84 | 84 | This produced update workloads executing faster than |
85 | 85 | read-only workloads. |
86 | 86 |
|
87 | 87 | [0.3.2 release] |
88 | 88 |
|
89 | | -2009-09-25 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 89 | +2009-09-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
90 | 90 | * Herlihy's double-ended queue implementation. |
91 | 91 |
|
92 | 92 | [0.3.1 release] |
93 | 93 |
|
94 | | -2009-09-25 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 94 | +2009-09-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
95 | 95 | * STM red-black tree benchmark added: it reuses the code of TL2 |
96 | 96 | red-black tree but consecutive insert and delete do not get |
97 | 97 | the same value (by default). Inserting/deleting the same |
|
102 | 102 |
|
103 | 103 | [0.3.0 release] |
104 | 104 |
|
105 | | -2009-09-01 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 105 | +2009-09-01 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
106 | 106 | * Fixing memory leaks |
107 | 107 |
|
108 | | -2009-08-20 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 108 | +2009-08-20 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
109 | 109 | * Fixing some uninitialization bug of hashtable |
110 | 110 |
|
111 | 111 | [0.2.0 release] |
112 | 112 |
|
113 | | -2009-06-15 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 113 | +2009-06-15 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
114 | 114 | * Fixing the problem of RAND_MAX=32768 on Niagara 2 |
115 | 115 | * Fixing some bad random generators |
116 | 116 |
|
117 | | -2007-06-10 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 117 | +2007-06-10 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
118 | 118 | * Adapting hash table and skip list tests |
119 | 119 |
|
120 | | -2007-04-25 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 120 | +2007-04-25 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
121 | 121 | * Added red-black tree test. |
122 | 122 |
|
123 | | -2009-02-02 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 123 | +2009-02-02 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
124 | 124 | * Added skip list test. |
125 | 125 | * Added hash table test w/ move and sum operations. |
126 | 126 |
|
127 | 127 | [0.1.0 release] |
128 | 128 |
|
129 | | -2009-05-01 Vincent Gramoli <vincent.gramoli@epfl.ch> |
| 129 | +2009-05-01 Vincent Gramoli <vincent.gramoli@sydney.edu.au> |
130 | 130 | * First release with lock-based, lock-free, stm-based hashtable, |
131 | 131 | linked list. |
132 | 132 |
|
0 commit comments