https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234949
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Mark Johnston <[email protected]> --- (In reply to Ed Maste from comment #6) I tried replacing the section list with a red-black tree, ordered by section index. It reduced the runtime of "strip libHSCabal-2.4.0.1.a" from 1m20s to 52s, so this isn't the only problem. >From reading the elfcopy code, it looks like the strip implementation is just naive. We copy each elf file in the archive into a temp archive, during which strip does its filtering, and finally rename the tempfile over the original. So even if strip has nothing to do, it ends up doing a lot of work. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
