Skip to content
Snippets Groups Projects
Commit 263165db authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

library: extract constant escaping and pattern construction from loop

The pattern required for the lookup is constant over all iterations
of the loop, so pull it out to avoid constructing it over and over
again. This saves roughly 1.5 minutes for looking up 6000 traced
probes during the analysis of a MariaDB system with containing 24000
local funcions across all ELF files.
parent a6485b03
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment