public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-67-gd4af357
@ 2011-06-30 12:48 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-06-30 12:48 UTC (permalink / raw)
  To: systemtap-cvs

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  d4af357ee2b163b6ba3d7454ae97a52b0124edb8 (commit)
       via  f24522b449897a092e5a7e87a805e0bdd3898724 (commit)
       via  4a39153b0bf651731f0b7c7d02dc272585e6e006 (commit)
      from  217ef1f405ba7d425c8f5ab3ca730bfa4a395c75 (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 d4af357ee2b163b6ba3d7454ae97a52b0124edb8
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jun 30 14:14:14 2011 +0200

    Handle CIE and FDE CFI sequentially in unwind.c instead of recursively.
    
    Another simple unwind.c cleanup to make reasoning about the unwind state
    easier, and to remove another (useless) recursive call. Also fixes CIE/FDE
    comment mixup.

commit f24522b449897a092e5a7e87a805e0bdd3898724
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jun 29 17:20:30 2011 +0200

    Refactor DW_CFA_remember/restore_state handling in unwind.c.
    
    The old way of handling DW_CFA_restore_state involved recursively
    calling processCFI() to replay the whole CFI stream up till the last
    DW_CFA_remember_state instruction. This made it hard to reason about
    the actual unwind state and could lead to processing the CFI stream
    multiple times. In exchange for a little extra memory allocated upfront
    to keep a small stack of register states we now just process all CFI in
    one go. This change also splits out the unwind_reg_state from the
    general unwind_state struct.

commit 4a39153b0bf651731f0b7c7d02dc272585e6e006
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Jun 27 15:12:04 2011 +0200

    Slightly improved runtime/unwind.c debug output.

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

Summary of changes:
 runtime/unwind.c        |  175 ++++++++++++++++++++++++-----------------------
 runtime/unwind/unwind.h |   21 +++---
 2 files changed, 101 insertions(+), 95 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-30 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30 12:48 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-67-gd4af357 mark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).