Subject: Re: ld.elf_so change for reducing syscalls and others
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Bang Jun-Young <junyoung@mogua.com>
List: tech-userlevel
Date: 09/29/2002 11:46:24
On Sat, Sep 28, 2002 at 06:29:46PM +0200, Jaromir Dolecek wrote:
> Looks fine. How much memory this normally uses? 

It depends on cache size of paths not found in disk:

(sizeof(Search_Path) + some pointers + name strings of paths not found) *
number of paths not found ~= dozens or hundreds of bytes

With mozilla, this could be as large as n * NBPG (where n is 1 or 2), but
I haven't actually calculated.

Jun-Young

-- 
Bang Jun-Young <junyoung@mogua.com>