Re: [cairo] gobject boxed types



Hi,

On Mon, Sep 15, 2008 at 7:46 AM, Alexander Larsson <alexl redhat com> wrote:
> If you dlopen cairo-glib and use RTLD_LOCAL I think you avoid the symbol
> lookup overhead. Maybe this is useful?
>

It breaks to RTLD_LOCAL something that's also linked to, since you get
two copies of the lib (two copies of static variables for example) - I
think anyway. So RTLD_LOCAL is only usable for true plugins/modules.

Havoc


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