From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19351 invoked by alias); 19 Apr 2009 12:40:20 -0000 Received: (qmail 19327 invoked by uid 9112); 19 Apr 2009 12:40:20 -0000 Date: Sun, 19 Apr 2009 12:40:00 -0000 Message-ID: <20090419124019.19313.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-158-g62d950b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a544586160e1a0b5bfcb7dd7abdf84dfdb0ed082 X-Git-Newrev: 62d950bbff7f29156f6dbd0bcfa1fd4ae65cca38 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00091.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 62d950bbff7f29156f6dbd0bcfa1fd4ae65cca38 (commit) from a544586160e1a0b5bfcb7dd7abdf84dfdb0ed082 (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 62d950bbff7f29156f6dbd0bcfa1fd4ae65cca38 Author: Mark Wielaard Date: Sun Apr 19 14:24:20 2009 +0200 Micro-optimization: no-modules translate pass 3 case. Saves 250ms in the unlikely case there are no modules needed. * translate.cxx (emit_symbol_data_done): New function. (emit_symbol_data): Call emit_symbol_data_done immediately when no module data is needed. ----------------------------------------------------------------------- Summary of changes: translate.cxx | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool