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/13420] prologue detection fails for function parameters in unoptimized (-g only, no -O) code


https://sourceware.org/bugzilla/show_bug.cgi?id=13420

Jonathan Lebon <jlebon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Jonathan Lebon <jlebon at redhat dot com> ---
I've updated the prologue searching algorithm so that we now pick up both
prologue_end markers (which clang emits) and 0-line advances (which GCC emits).
All the issues in comment 6 are now resolved, as well as the original
cast-scope testcase.

I also tested and tweaked it to work on older kernels/gccs (or at least to not
be less wrong than we were before). In some cases, we do even better there as
well!

-- 
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]