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]

aux-syscalls change


Hi -

I am a bit surprised by the subject patch (commit fd6324c).  Amongst
its effects is to always include these lookup tables in a generated
object code, if any other part of aux_syscalls is being called.
Algorithmically, it replaces a linear sequence of script if/thens with
a C linear search.

What aspect of the previous code did you deem unacceptable?  Why not
just use ordinary script-level lookup tables instead of yet more C
code?

- FChE


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