Re: NSS-for-Firefox build changes

2014-06-27 Thread Nathan Froyd
Should be, although some versions of the linker don't gc-sections hard enough, so you wind up with functions that never get called in your libnss3.so. If the toolchain's linker has that bug, you won't see any win from it. See: https://sourceware.org/bugzilla/show_bug.cgi?id=12975 https://bugzi

Re: NSS-for-Firefox build changes

2014-06-27 Thread Kyle Huey
Is #1 something we can backport to b2g-2.0? - Kyle On Fri, Jun 27, 2014 at 8:56 AM, Nathan Froyd wrote: > Hi all, > > Two changes to how NSS is built for Firefox's purposes have landed recently: > > 1. Bug 1018375 changed our build process on Android/B2G such that the > libnss3.so that we build

NSS-for-Firefox build changes

2014-06-27 Thread Nathan Froyd
Hi all, Two changes to how NSS is built for Firefox's purposes have landed recently: 1. Bug 1018375 changed our build process on Android/B2G such that the libnss3.so that we build there now has proper symbol exports applied to it. This change enables the linker to discard any functions and/or