SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Skip function version selection routine in runtime #32

Closed inconstante closed 3 years ago

inconstante commented 3 years ago

See commit messages for more details...

Although I haven't measured performance, this change obviously improve it, since it removes a whole function from the execution path.

susematz commented 3 years ago

I'm fine with this. It basically removes traces for the need for frame stealing, which we don't want to implement again in the future (probably).