diff options
author | Michael Matz <matz@suse.de> | 2022-09-14 17:10:27 +0200 |
---|---|---|
committer | Michael Matz <matz@suse.de> | 2022-11-30 17:15:08 +0100 |
commit | b1eecf6f66a4a642f4cb35688213e6c1c1ffdc79 (patch) | |
tree | 96e12a87af885c2e5b0b4bba60a4635bd1f1ce48 /config.sub | |
parent | 50be5d11289c8ca8d5aa7ec621b7110b6572612a (diff) | |
download | gdb-b1eecf6f66a4a642f4cb35688213e6c1c1ffdc79.zip gdb-b1eecf6f66a4a642f4cb35688213e6c1c1ffdc79.tar.gz gdb-b1eecf6f66a4a642f4cb35688213e6c1c1ffdc79.tar.bz2 |
section-select: Implement a prefix-tree
Now that we have a list of potentially matching sections per wild
statement we can actually pre-fill that one by going once over all input
sections and match their names against a prefix-tree that points to the
potentially matching wild statements.
So instead of looking at all sections names for each glob for each wild
statement we now look at the sections only once and then only check
against those globs that have a possibility of a match at all (usually
only one or two).
This pushes the whole section selection off the profiles.
Diffstat (limited to 'config.sub')
0 files changed, 0 insertions, 0 deletions