Closed giulianobelinassi closed 3 years ago
To reduce calls to ptrace, and thus increase performance, we implement a Translation Lookaside Buffer (TLB) like to store the last ptraced value in the hope that next reads will be close to the original read address.
Signed-off-by: Giuliano Belinassi gbelinassi@suse.de
To reduce calls to ptrace, and thus increase performance, we implement a Translation Lookaside Buffer (TLB) like to store the last ptraced value in the hope that next reads will be close to the original read address.
Signed-off-by: Giuliano Belinassi gbelinassi@suse.de