> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>
Up to 84mb!
-- Evan Stade
yea, the whole app/themes/chromium directory is <500k in total, so it
seems unlikely to be that. Webkit roll doesn't look responsible. Maybe
the graph is slightly deceptive (delayed) and it's actually r77249?
--
2. We see increased download failures / install dropoffs as the binary grows, especially in countries with poor bandwidth like India.
On Wed, Mar 9, 2011 at 6:26 PM, Yuzo Fujishima <yu...@chromium.org> wrote:
Size growth of Chrome over the past couple years:1.0 - 154.65 - May 7, 2009 - 9.0 MB
2.0 - 172.43 - Aug 26, 2009 - 9.18 MB
3.0 - 195.38 - Oct 16, 2009 - 11.2 MB
4.0 - 249.89 - Feb 10, 2010 - 12.5 MB
5.0 - 375.127 - May 24, 2010 - 17.3 MB
6.0 - 472.63 - Sep 23, 2010 - 20.3 MB
7.0 - 517.44 - Nov 4, 2010 - 22.5 MB
8.0 - 552.237 - Jan 12, 2011 - 24.2 MB
9.0 - 597.98 - Feb 11, 2011 - 25.7 MB
10.0 - 648.127 - Mar 03, 2011 - 26.2 MB
At a more macro level, adding MB to Chrome is pretty invisible to
developers. It's a tragedy of the commons, where each of us grazes
our cows just a bit and piles on just a few more KB. Performance
would be the same, except we're fanatical about not regress startup or
page load performance. Maybe we need to be more fanatical about not
regressing binary size?
Adam
Good point, if it's not police'd, it won't happen... Do we have a plan somewhere for memory metrics and monitoring, similar to how we do it for performance?
BYE
MAD
> Le 10 mars 2011 03:17, "Adam Barth" <aba...@chromium.org> a écrit :
FYI, on 64-bit Linux, I did a release build for Chrome with -O2 vs -Os.
Binary size (O2 vs Os, in MB)
64 / 55
I don't know what the performance impact is.
I converted this thread into a bug:
http://code.google.com/p/chromium/issues/detail?id=76288
We should put your info on there too. By Talk, do you mean the plugin?
Binary size (O2 vs Os, in MB)
64 / 55
Stripped:
52 / 41
lzma -9 compressed:
16 / 13
I don't know what the performance impact is.
> --
> Chromium Developers mailing list: chromi...@chromium.org
Howdy Folks,We are going to launch a new task force next week to start aggressively looking at options to bring down the size of Chrome distribution binaries. If you are interested in spending time on this focus area please let me know and I'll be sure to include you in the kick off meeting.Size growth of Chrome over the past couple years:1.0 - 154.65 - May 7, 2009 - 9.0 MB
2.0 - 172.43 - Aug 26, 2009 - 9.18 MB
3.0 - 195.38 - Oct 16, 2009 - 11.2 MB
4.0 - 249.89 - Feb 10, 2010 - 12.5 MB
5.0 - 375.127 - May 24, 2010 - 17.3 MB
6.0 - 472.63 - Sep 23, 2010 - 20.3 MB
7.0 - 517.44 - Nov 4, 2010 - 22.5 MB
8.0 - 552.237 - Jan 12, 2011 - 24.2 MB
9.0 - 597.98 - Feb 11, 2011 - 25.7 MB
10.0 - 648.127 - Mar 03, 2011 - 26.2 MB--
Kind Regards,
Anthony Laforge
Technical Program Manager
Mountain View, CA
Chromium Developers mailing list: chromi...@chromium.org
The syzygy project looks quite cool, have you tried to run it on WPO code?