This is the mail archive of the systemtap@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]

[Bug translator/3217] compiled binary tracing


http://sourceware.org/bugzilla/show_bug.cgi?id=3217

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1977|0                           |1
        is obsolete|                            |
         AssignedTo|systemtap at sourceware dot |jistone at redhat dot com
                   |org                         |

--- Comment #8 from Josh Stone <jistone at redhat dot com> 2011-06-08 00:17:46 UTC ---
Created attachment 5771
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5771
Full-featured compiled printf

This translates script-level printf statements into unrolled printing
statements.  This passes all systemtap.printf/*.exp tests.  The compiled code
is faster, variably, but up to 20% improved in my testing.  It also results in
larger .text though, especially when it gets fanned out for something like
"syscall.*".  That might be mitigated by moving this translation to create
functions in pass-2, so identical printfs can share the unrolled code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]