Subject: Re: RelCache (aka ELF prebinding) news
To: Bang Jun-Young <junyoung@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 12/04/2002 12:00:30
On Wed, Dec 04, 2002 at 12:30:46PM +0900, Bang Jun-Young wrote:

> So I will use the following values for identification:
> 
>  - 32 bit CRC32
>  - 32 bit Adler32
>  - file size
>  - base address (determined by ld.elf_so for each process)

Hmm...

 - there is no prefered base address for the library?
   I realy liked that part of PE prebinding.

 - for N programs loading the shared libc, you get N prebound
   cache files?

Martin