Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 20:26:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234949] Strip is enormously slow when operating on Haskell binaries
Message-ID:  <bug-234949-227-PeVw9ZbYyJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234949-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234949-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234949

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

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234949-227-PeVw9ZbYyJ>