On Sun, Feb 17, 2013 at 7:05 PM, Peter Slegg
<p.slegg@scubadivers.co.uk> wrote:
has anyone
considered an iterim solution of each program dynamically loading its own
copy of libs that are not shared in memory ?
Actually, this is really an easy task. a.out mint binaries (=libraries, too) contains all needed info for such thing. One would need to tweak binutils a little to not to link the libraries but to link a loader with a list of filenames to load instead.