diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-15 00:51:23 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-15 00:51:23 +0200 |
commit | b31602367e48e83fb411965f7caf353aed691bc9 (patch) | |
tree | 97873dd742b32dc98a087105a6e90738b8fbbc36 /Meta/build-image-grub.sh | |
parent | ef09f9c825f767c877a23d9d699d3d0a91f52266 (diff) | |
download | serenity-b31602367e48e83fb411965f7caf353aed691bc9.zip |
LibELF: Use binary search when looking up symbols :^)
For whatever reason, symbolication was doing an O(n) walk of all the
symbols, despite having sorted them beforehand.
Changing this to a binary_search() makes symbolication noticeably
faster and improves Profiler startup time.
Diffstat (limited to 'Meta/build-image-grub.sh')
0 files changed, 0 insertions, 0 deletions