From: compudj Date: Mon, 16 Mar 2009 19:42:52 +0000 (+0000) Subject: update compat X-Git-Tag: v0.12.20~140 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=fdcc305d3f0a98f3ad8583ab5f14aad7a6dfbd59;p=lttv.git update compat git-svn-id: http://ltt.polymtl.ca/svn@3349 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 95e1f9bb..0eb2c5a2 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3397,6 +3397,8 @@ powerpc64, s390, sparc, sparc64.
0.106
0.108
0.109
+0.110
+0.111
0.65
@@ -3436,6 +3438,8 @@ LTTng 0.108 boosts performances. Fixes a false-sharing problem, divides the buffer management code into slow and fast paths for better locality.
LTTng 0.110 moves to a pointer array instead of a linked list to manage the buffer pages.
+LTTng 0.111 adds commit count prefetch, removes rcu list prefetch (slows down +small lists) and fixes powerpc64 build.