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-1.1-111-gf486965


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  f4869658bae06af2e92091cebda75b59d00211d8 (commit)
       via  29b1a9b7ff6ccff926e47c1077ea6089d3307a65 (commit)
      from  c7005ee1ba902de01a8863661a2031bfd45d3d40 (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 f4869658bae06af2e92091cebda75b59d00211d8
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Feb 23 18:50:05 2010 -0800

    PR10719 cont'd: const-fold comparisons
    
    We can compute results between two literals, and we can also compute
    comparisons to boundary numbers.
    
    (We could also check boundary strings, "" and "\377\377...", but even
    I am not THAT pedantic... yet...)
    
    * elaborate.cxx (const_folder::visit_comparison): Implement.

commit 29b1a9b7ff6ccff926e47c1077ea6089d3307a65
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Feb 23 18:45:22 2010 -0800

    PR10719 cont'd: const-fold string concatenation
    
    We can concat literal strings directly and discard empty strings.
    
    * elaborate.cxx (const_folder::visit_concatenation): Implement.

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

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