Re: KDE 2.0 impressions



Alexander Larsson <alla lysator liu se> writes:

> What do you mean by "load"? Linux typically mmaps the libraries into
> memory, so no page is loaded from disk until it is read from or written
> to. Fixup of symbols is lazy by default on linux (each symbol is fixed up
> the first time it is referenced), but you can force non-lazy binding by
> defining some environment variable (LD_BIND_NOW?).

LD_BIND_NOW=yes

It's quite useful to have this in your ~/.gdbinit ....

-- 
Martin Baulig
martin gnome org (private)
baulig suse de (work)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]