mailing list of musl libc
 help / color / mirror / code / Atom feed
* Dynamic linker refactoring
@ 2012-01-21  1:05 Rich Felker
  2012-01-21 12:19 ` aep
  0 siblings, 1 reply; 4+ messages in thread
From: Rich Felker @ 2012-01-21  1:05 UTC (permalink / raw)
  To: musl

Hi all,

After the recent dynamic linker fixes, I've looked into refactoring
(mainly eliminating logic duplication) and cleaning up the dynamic
linker. As a heads-up, I'm leaning towards stripping out the vdso
(linux-gate) support at the dynamic linker level entirely, and instead
using Nik's original design for vdso-assisted clock_gettime which can
work with static linking too. This cuts out some complexity and code
duplication in the dynamic linker (at the expense of duplicating the
same code elsewhere for use outside the dynamic linker), but the real
benefit is that we don't have to worry about the kernel devs doing
something stupid and polluting the userspace symbol namespace (and
potentially redirecting functions to do the wrong thing) if they add
stuff to the vdso that doesn't belong there. If anyone's against these
changes or wants to discuss them more, please reply in this thread in
the next day or so..

Rich


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-22 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21  1:05 Dynamic linker refactoring Rich Felker
2012-01-21 12:19 ` aep
2012-01-22  4:30   ` Rich Felker
2012-01-22 12:45     ` aep

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).