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.8-144-g5a5732e


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  5a5732e52738b4f00995e705a170230c106885b6 (commit)
      from  4eb0c58b7d5c97a822e76c9070bc45e9b09a7c9e (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 5a5732e52738b4f00995e705a170230c106885b6
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Jul 11 19:59:42 2009 +0200

    Add -O[0123s] gcc optimization flags for gcc pass 4 speedup.
    
    * session.h (struct systemtap_session): Add gcc_flags string field.
    * main.cxx (usage): Document -O[0123s].
      (main): Default gcc_flags to -O0. Add O:: to getopt_long. Handle case
      'O' to set gcc_flags.
    * buildrun.cxx (compile_pass): Add gcc_flags to EXTRA_CFLAGS.
    * stap1.in: Add -O[0123s] documentation.
    * testsuite/systemtap.base/cache.exp: Add tests for -O[0123s].

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

Summary of changes:
 buildrun.cxx                       |    2 +-
 hash.cxx                           |    1 +
 main.cxx                           |   27 ++++++++++++++++++++++++++-
 session.h                          |    3 +++
 stap.1.in                          |    7 +++++++
 testsuite/systemtap.base/cache.exp |   15 +++++++++++++++
 6 files changed, 53 insertions(+), 2 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]