Dynamic linking in the kernel

From: Enrico Weigelt
Date: Sat Feb 20 2010 - 13:31:25 EST


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@xxxxxxxx skype: nekrad666
----------------------------------------------------------------------
Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/