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.8-311-g5c54d49


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  5c54d49ebb4da71680cb45e3be221e11b9b8d364 (commit)
      from  02a8be39355aeeba2dd873e68ec6527960fc9a12 (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 5c54d49ebb4da71680cb45e3be221e11b9b8d364
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Feb 6 14:13:51 2009 -0800

    Save kernel autoconf options in a cache file
    
    We're getting enough autoconf tests now that it's a significant chunk of
    the build time.  Adding this cache shaves several seconds off for me.
    
    	* hash.cxx (find_hash): Compute a separate script-independent hash
    	for caching autoconf values, saved in session.stapconf_path.
    	* buildrun.cxx (compile_pass): Tweak the Makefile to read/save
    	the autoconf values in the cache directory

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

Summary of changes:
 ChangeLog    |    7 +++
 buildrun.cxx |   54 ++++++++++++++-------
 hash.cxx     |  154 +++++++++++++++++++++++++++++++++++++---------------------
 session.h    |    1 +
 4 files changed, 143 insertions(+), 73 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]