This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-136-ga7ed0d3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  a7ed0d3e9d68f5f83e8b9f6679ce12637842b03b (commit)
      from  66671fd8e5bccd2b15ffe50299c81e964d7e7dbe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a7ed0d3e9d68f5f83e8b9f6679ce12637842b03b
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue Aug 18 15:52:02 2009 -0400

    PR10518: context shrinkage with function recursion analysis feeding MAXNESTING
    
    * translate.cxx (emit_common_header, translate_pass): Use new
      recursion_info visitor to calculate appropriate MAXNESTING value for
      scripts with or without recursion.
    * tapsets.cxx (common_probe_entryfn_prologue): Initialize c->nesting = -1.
    * stap.1.in: Clarify MAXNESTING value.

-----------------------------------------------------------------------

Summary of changes:
 stap.1.in     |    4 ++-
 tapsets.cxx   |    2 +-
 translate.cxx |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 87 insertions(+), 7 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]