X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=0eb2c5a2d5750d6c19363979bc8dce7caf5e03ba;hb=fdcc305d3f0a98f3ad8583ab5f14aad7a6dfbd59;hp=95e1f9bbf8f2366337339cf6cdf14bec831feba0;hpb=978cd71ad4e3c1a7136e9f7fd51869658a10cd50;p=lttv.git 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.