Subject: Re: 'prebind' implementation (was Re: HEADS UP: migration to fully dynamic linked "base" system)
To: Bang Jun-Young <junyoung@mogua.com>
From: Martin Husemann <martin@duskware.de>
List: tech-userlevel
Date: 08/28/2002 07:56:34
Before I get flamed down on this: of course I realize that Win32 DLLs work
completely different to our shared libs.
For example they have a prefered mapping address, and all(most?) system 
supplied DLLs are arranged to not collide. When loaded at this prefered
address, internal (to this DLL) relocations are skipped, IIUC.

Martin