site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=f7unpkCiAz5marfPniH8PD9kDtFGsPiot4Pgl6I4VPg=; b=mn7g+/x9h+bTNeN+AJExQKejKW9CtrcWS6iSapv2bcX6F+xfxntkK0C/19DZKw9KCH ogYP8W5nC0M2JVnnXDh0Jghx7mSw4d4yj9msBWgSrHhtbX/EsZQP6ediTJlVJ9XuhaXD J/ng+VOQOlk1aKeQ+f0NhRJHd4gRjK3+zKmR0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=OspwkuU2XMaia+tuoYlDrd8fHoIxTMxXQyj3TKmp8FhG3w0xiiHDzOrwfSIruTnYqx f9uy8y48qSjuy3LhgvoVrjCTerC+VrUFXKe133kjry28Ij0yHBR3VTnymPzGWkupyTCv ngfIdYZ4sjikJfP4f6C+dfAAITbDOr6K1YoVg= Firefox loadable binary components ("plugins") link against dynamic libraries at the moment. Firefox links against too many dynamic libraries, though, and I have noticed a nice performance increase from a mostly static build compiled with -mdynamic-no-pic. Unfortunately, the static build breaks binary components since they no longer have dylibs to link against. Components still need string and other facilities now housed inside the static body of Firefox. Components also need to be compiled despite using undefined functions. This seems like a regular "plugin" issue, solved many times by now. I can't figure out how to solve this, though. Any suggestions? Thanks in advance, Joel --- Mac hacker with a performance bent http://www.linkedin.com/in/joelreymont _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com