109
edits
Joel Reymont (talk | contribs) No edit summary |
Joel Reymont (talk | contribs) |
||
| Line 85: | Line 85: | ||
</pre> | </pre> | ||
I would suggest making it inline and checking | I would suggest making it inline and checking startup time again. | ||
''DumpJSValue'' is trickier because it appears to be a [http://mxr.mozilla.org/mozilla-central/source/js/src/xpconnect/src/nsXPConnect.cpp#2714 JavaScript API function]. Still, it's called during the static initialization portion of dynamic linking and all that printing is not helping in a release version of Firefox. | ''DumpJSValue'' is trickier because it appears to be a [http://mxr.mozilla.org/mozilla-central/source/js/src/xpconnect/src/nsXPConnect.cpp#2714 JavaScript API function]. Still, it's called during the static initialization portion of dynamic linking and all that printing is not helping in a release version of Firefox. | ||
edits