On Wed, Jul 29, 2009 at 2:16 PM, Antoine Labour<pi...@google.com> wrote:
> On Wed, Jul 29, 2009 at 10:46 AM, Evan Martin<e...@chromium.org> wrote:
>> It turns out that the vast majority of the symbols I mentioned are C++
>> templates.
>> % objdump -CT out/Debug/chrome | wc -l
>> 43740
>> % objdump -CT out/Debug/chrome | egrep -v 'std|cxx' | wc -l
>> 2591
> For the STL template instantiations, I'm seeing those too, and I don't
> know how to get rid of them.

>From looking a bit, it seems like there are a lot of GCC bugs around
the versions we're running in this area:
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32470

Someday I will build with a gcc under two years old.  ;)

--~--~---------~--~----~------------~-------~--~----~
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