>>>> "Glynn" == Glynn Clements
<glynn(a)sensei.co.uk> writes: 
    Glynn> Jan Vroonhof wrote: Either you would need to relocate all
    Glynn> of the pointers (and Lisp code is primarily pointers) when
    Glynn> you load the library,
>
> Isn't this exactly what all the gung-ho stuff is all about. 
    Glynn> I
don't know. I'm not sure how it would help here.
The gung-ho stuff makes the lisp pointer type be equal to the actual
pointer. Therefore it is possible to do the relocation by all the
normal loaders.
Jan