From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32028 invoked by alias); 20 Jun 2008 02:23:28 -0000 Received: (qmail 32002 invoked by uid 9586); 20 Jun 2008 02:23:27 -0000 Date: Fri, 20 Jun 2008 02:23:00 -0000 Message-ID: <20080620022326.31990.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-422-g133c7b1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 877bb7a732efea35398b6d6ffafff704a48cb5ca X-Git-Newrev: 133c7b1dabc43a4f17106a9198196310e5ea3a4b Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q2/txt/msg00133.txt.bz2 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 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