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-1.1-178-gc0f5626


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  c0f562688ae877000f46058f748a8b986679863e (commit)
      from  985adad37f66be2b1796641360296b7632c7f290 (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 c0f562688ae877000f46058f748a8b986679863e
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Mar 9 15:32:58 2010 -0800

    PR11360: Make @defined and -L play nice
    
    The constant-folding is now enabled for s.listing_mode_vars, despite all
    other optimizations being disabled.  This is needed so we can prune any
    invalid branches that are gated by @defined.
    
    * elaborate.cxx (semantic_pass): Leave the optimization decision to the
      optimization passes themselves.
      (semantic_pass_optimize1): Predicate most optimizations, but enable the
      constant-folding for listing_mode_vars too.
      (semantic_pass_optimize2): Predicate all (1) optimizations.
    * testsuite/semok/defined_list_vars.stp: New test.

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

Summary of changes:
 elaborate.cxx                         |   26 +++++++++++++++++---------
 testsuite/semok/defined_list_vars.stp |   18 ++++++++++++++++++
 2 files changed, 35 insertions(+), 9 deletions(-)
 create mode 100755 testsuite/semok/defined_list_vars.stp


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]