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. rhel52-ga-422-g133c7b1


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  133c7b1dabc43a4f17106a9198196310e5ea3a4b (commit)
      from  877bb7a732efea35398b6d6ffafff704a48cb5ca (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 133c7b1dabc43a4f17106a9198196310e5ea3a4b
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Thu Jun 19 19:16:39 2008 -0700

    Get rid of the dynamic_cast<>s in void_statement_reducer.
    
    Instead, visit_expr_statement can explicitly load a pointer to use for
    back-references.
    
    I also decided to be less-clever about reusing expr_statements.  It's a
    little leakier as a result, but I like having less magic in the air.

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

Summary of changes:
 elaborate.cxx |  106 ++++++++++++++++++++++++++------------------------------
 1 files changed, 49 insertions(+), 57 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]