Firefox codesize is up about 600KB on Linux since 6 months ago. Sadly, this is
Z, not mZ, but due to the static build the mZ number for Firefox is useless:
Seamonkey mZ on Linux shows about a 350KB size increase:
Interestingly, the really big spikes are in somewhat different places on the two
graphs. That Seamonkey build doesn't build with cairo, so something else was
up, fwiw.
Seamonkey Z on Linux shows a 1.4MB size increase(!) with the huge spike matching
the big spike for mZ well.
In any case, are the big jumps known? Do we even care? I haven't seen any
codesize regression bugs filed or any reaction to codesize jumps on tinderbox....
-Boris
Actually, it's closer to 1MB.
It looks like the huge jump in mid-May for seamonkey (order of 200-300KB for Z
and about 100KB for mZ) corresponds to --enable-storage going on by default...
And over here, with an opt build, libstoragecomps.so is 289680 bytes. Stripped.
Is there anything we can do to make that a little smaller?
-Boris
care to explain What Z and mZ are ?
[snip]
> In any case, are the big jumps known? Do we even care? I haven't seen any
I do care - but doesn't count -
Ludovic
--
http://perso.hirlimann.net/~ludo/blog/
Z is total codesize. mZ is "embedding" (core library) codesize. So for
example, layout is in both Z and mZ, while bookmarks are in Z but not in mZ (for
seamonkey; for Firefox it's all weird due to the static thing, as I said).
-Boris