Files
ladybird/Userland/Libraries/LibELF/DynamicObject.cpp
Andreas Kling 22b8110554 LibELF: Avoid doing strlen() on everything while iterating GNU hash
It's a lot faster to iterate the GNU hash tables if we don't have to
compute the length of every symbol name before rejecting it anyway while
comparing the first character. :^)
2021-02-23 19:43:44 +01:00

18 KiB