SUSE / libpulp

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

Optimize ptrace functions #52

Closed giulianobelinassi closed 3 years ago

giulianobelinassi commented 3 years ago

Ptracing is slow. Therefore, we should avoid calling it constantly. Some ideas to optimize it are:

Others, but related: