On Mon, Nov 16, 2009 at 12:33 AM, Evan Martin <e...@chromium.org> wrote:
> My Release Linux build stripped is 39.5mb.  (The size bots show ~44mb,
> which I think is a Chrome vs Chromium thing.  It is curious how the
> Windows binary is nearly half the size of the Linux or Mac one.)
>...
> And like I had guessed, SVG at the top!  I promise I didn't cook these
> to confirm my own hypothesis.  Also note that much of the rest is
> template-heavy code -- I was surprised to see logging.h scores almost
> 100kb.
>
>  2043226 read only data
>  762291 third_party/WebKit/WebCore/svg/SVGAnimatedProperty.h
>  394334 /usr/include/c++/4.4/bits/vector.tcc
>  270298 /usr/include/c++/4.4/bits/stl_tree.h
>  262889 uninitialized data
>  230389 code
>  196369 ./base/task.h

Did you check to see if there is any duplication, e.g. if the
exact same function is making it into our binaries multiple
times somehow?

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to