mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-21 04:48:08 +00:00
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.
11 KiB
11 KiB