https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212539
--- Comment #3 from [email protected] --- A commit references this bug: Author: emaste Date: Wed Apr 17 17:00:16 UTC 2019 New revision: 346323 URL: https://svnweb.freebsd.org/changeset/base/346323 Log: readelf: speed up readelf -wo Use an array instead of STAILQ, and sort at the end instead of while adding new elements. PR: 212539 Submitted by: Bora ?zarslan <[email protected]> Reviewed by: markj MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Changes: head/contrib/elftoolchain/readelf/readelf.c -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
