public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Dynamic linking in the kernel
@ 2010-02-20 18:22 Enrico Weigelt
  2010-02-20 20:57 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico Weigelt @ 2010-02-20 18:22 UTC (permalink / raw)
  To: linux-kernel

Hi folks,

just some naive thoughts on dynamic linking:

Starting up an dynamically linked executable tends to need a lot
of syscalls. A kernel-based dynamic linker could cache a lot of
relocation data (eg. when the same binary is called many times),
share pages even w/o mmap(), and the ldstub wouldnt be needed
anymore.

At that point we maybe also could create a new binfmt which is
tailored to efficiency (much simpler than ELF)


What do you think about this idea ?


cu
-- 
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 cellphone: +49 174 7066481   email: info@metux.de   skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------


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

end of thread, other threads:[~2010-02-22  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 18:22 Dynamic linking in the kernel Enrico Weigelt
2010-02-20 20:57 ` David Miller
2010-02-22  5:43   ` Enrico Weigelt
2010-02-22  6:21     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox