[Bug 234949] Strip is enormously slow when operating on Haskell binaries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 20 20:26:31 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234949

--- Comment #6 from Ed Maste <emaste at freebsd.org> ---
in elf_getscn:

   151          STAILQ_FOREACH(s, &e->e_u.e_elf.e_scn, s_next)
   152                  if (s->s_ndx == index)
   153                          return (s);

Well, there's your problem... (or at least a big part of the problem)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list