Mobile/StartupOptimization: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 35: Line 35:


* removing comments from all evaluated source files (js, css, xul).  Less to read in.
* removing comments from all evaluated source files (js, css, xul).  Less to read in.
** Bug needed. Possible preexisting bug.
** Bug 463066 [https://bugzilla.mozilla.org/show_bug.cgi?id=463066]


* look at what system libraries are being opened on start.  strace shows we looking around for system version of nspr, nss, ect?  Maybe we can help the dso loader.
* look at what system libraries are being opened on start.  strace shows we looking around for system version of nspr, nss, ect?  Maybe we can help the dso loader.

Navigation menu