]> sourceware.org Git - systemtap.git/commit
Only collect and emit unwind data in translator if the session needs it.
authorMark Wielaard <mjw@redhat.com>
Thu, 11 Aug 2011 10:34:01 +0000 (12:34 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 11 Aug 2011 10:34:01 +0000 (12:34 +0200)
commit5738a9825160b4fdc76882d30578c4ae06c058f5
treee177174a9ebdc5da7d96b66487d94b9cbb64724e
parent4310ef773dfeba9dde69f905c8718897894ca4ff
Only collect and emit unwind data in translator if the session needs it.

When we hit the translator the session already knows whether or not it
will possibly need the unwind data. Only collect and emit it, if the
session does. This can save writing out tens of MB to stap-symbols.h
for simple scripts that never call any backtrace() function.
translate.cxx
This page took 0.026364 seconds and 5 git commands to generate.