summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-09-09 07:28:19 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-09-09 07:28:53 -0400
commit6db2f61f39669ad1f0fa23595b94ff22c8fc50d6 (patch)
tree93c52f1a4e941e7e89ba3cc24b5302358551c39c /NEWS
parent2de206d6b209e5e3b518f38c9991e4434940f72e (diff)
downloadsystemtap-steved-6db2f61f39669ad1f0fa23595b94ff22c8fc50d6.tar.gz
systemtap-steved-6db2f61f39669ad1f0fa23595b94ff22c8fc50d6.tar.xz
systemtap-steved-6db2f61f39669ad1f0fa23595b94ff22c8fc50d6.zip
PR10524: brag in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77873950..007d89e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
* What's new
+- Memory consumption for scripts involving many uprobes has been
+ dramatically reduced.
+
- The preprocessor now supports || and && in the conditions.
%( arch == "x86_64" || arch == "ia64" %: ... %)