[meta] Removal of legacy layers code
Categories
(Core :: Graphics, task, P5)
Tracking
()
People
(Reporter: aosmond, Unassigned)
References
Details
(Keywords: meta)
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Seems to be a LOT of "removes" lately. Is anybody keeping track, to see how much the overall program size is changing due to this? Isn't there a bug for that, or "footprint", or something like that?
Comment 2•4 years ago
|
||
Any idea how much this stripping out of code reduced file size? I'm guessing it at least kept it from increasing.
Comment 3•4 years ago
|
||
Looking at the size of the Firefox Linux package as an example (from http://ftp.mozilla.org/pub/firefox/releases/):
Firefox 91: 72M
Firefox 92: 72M
Firefox 93: 70M
Firefox 94: 71M
Firefox 95: 71M
I can't be sure that the drop in size from Firefox 92 (72M) to Firefox 93 (70M) is due to the removal of Layers code, but it's plausible.
Comment 4•3 years ago
|
||
(In reply to Worcester12345 from comment #2)
Any idea how much this stripping out of code reduced file size? I'm guessing it at least kept it from increasing.
(In reply to Botond Ballo [:botond] from comment #3)
Looking at the size of the Firefox Linux package as an example (from http://ftp.mozilla.org/pub/firefox/releases/):
Firefox 91: 72M
Firefox 92: 72M
Firefox 93: 70M
Firefox 94: 71M
Firefox 95: 71MI can't be sure that the drop in size from Firefox 92 (72M) to Firefox 93 (70M) is due to the removal of Layers code, but it's plausible.
Not sure where you were pulling those numbers from, but could you show recent ones, so the comparison is apples to apples?
How much is left?
Comment 5•3 years ago
|
||
(In reply to Worcester12345 from comment #4)
(In reply to Botond Ballo [:botond] from comment #3)
Looking at the size of the Firefox Linux package as an example (from http://ftp.mozilla.org/pub/firefox/releases/):
Firefox 91: 72M
Firefox 92: 72M
Firefox 93: 70M
Firefox 94: 71M
Firefox 95: 71MI can't be sure that the drop in size from Firefox 92 (72M) to Firefox 93 (70M) is due to the removal of Layers code, but it's plausible.
Not sure where you were pulling those numbers from
For example at http://ftp.mozilla.org/pub/firefox/releases/91.0.2/linux-x86_64/en-US/, the size of firefox-91.0.2.tar.bz2 is 73M. (Not sure where I got 72M from, may have been a different point release.)
but could you show recent ones, so the comparison is apples to apples?
I'm not sure what you mean. The major code removals here occurred around Firefox 93, if there was any impact at all on package size it would have been around then, not more recently.
How much is left?
If you mean how much removal of layers-related code is left, it's basically all done (and was already done in 2021). The remaining pieces that we occasionally discover (e.g. bug 1802225) are small odds and ends, and I certainly wouldn't expect them to have any impact on package size.
Comment 6•2 years ago
|
||
This meta bug hasn't had any activity and all its dependencies are closed. Could this be closed now?
Comment 7•2 years ago
|
||
I'll let the reporter make the call: Andrew, what say you?
| Reporter | ||
Comment 8•2 years ago
|
||
Sure. I don't think there is much left, if any.
Updated•1 year ago
|
Description
•