tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: FireFox 10.0.1 pkg for testing



From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>, Date: Sun, 11 Mar 2012 
22:00:39 +0900 (JST)

> Hi,
> 
> From: Martin Husemann <martin%duskware.de@localhost>, Date: Sun, 11 Mar 2012 
> 08:12:15 +0100
>>> borrowed that from NetBSD).  Without fully understanding the issue, 
>>> forcing all symbols to be exported by default disables the binutils 
>>> visibility logic which is supposed to make c++ start faster due to 
>>> smaller symbol tables, right?
>> 
>> No, that is not what I meant - I was just talking about the symbols exported
>> by <kvm.h>. Basically:
>> 
>> #ifdef __DragonFly__ // and gcc is in use (??)
>> #pragma to push visibility=default
>> #endif
>> #include <kvm.h>
>> #ifdef __DragonFly__
>> #pragma to pop visibility
>> #endif
>> 
>> This will make the symbols from libkvm public, but only those that are
>> referenced inside the object. It will still allow lazy loading of libkvm
>> at runtime once the first plugin is activated.
> 
> I does not know about visibility support.
> Attached patch works on DragonFly/i386 3.0.1.
> 
> How about on DragonFly current?

Martin provided me more suitable patches...
I had not read it.
After investigation, I will send them to this list.

Sorry for confusing.

-- 
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3




Home | Main Index | Thread Index | Old Index