-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I happened to be comparing the in-process system call tracer against strace, and noticed that the latter is visibly faster. Since ptrace is not known for being quick, something is surprisingly slow in our trap/emulate path. It's likely that a trampoline approach would solve this, but stlil it seems worth understanding where the current costs are coming from.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels