Re: [BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-07-10 Thread augustine.sterl...@gmail.com
On Fri, Jul 4, 2014 at 2:11 PM, Jan-Benedict Glaw wrote: > On Wed, 2014-06-25 08:55:57 -0700, augustine.sterl...@gmail.com > wrote: >> On Tue, Jun 24, 2014 at 10:20 PM, Jan Hubicka wrote: >> > > This is the xtensa fallout, see >> > > http://toolchain.lug-owl.de/buildbot/show_build_details.php?

Re: [BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-07-04 Thread Jan-Benedict Glaw
On Wed, 2014-06-25 08:55:57 -0700, augustine.sterl...@gmail.com wrote: > On Tue, Jun 24, 2014 at 10:20 PM, Jan Hubicka wrote: > > > This is the xtensa fallout, see > > > http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272418 > > > > > > g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY

Re: [BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-25 Thread augustine.sterl...@gmail.com
On Tue, Jun 24, 2014 at 10:20 PM, Jan Hubicka wrote: >> Hi! >> >> This is the xtensa fallout, see >> http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272418 >> >> g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions >> -fno-rtti -fasynchronous-unwind-tables -W -Wa

Re: [BUILDROBOT] frv fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan Hubicka
> Hi! > > Fallout for frv, see eg. > http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272377 > > g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions > -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual > -Wmissing-format-attribute -Wove

Re: [BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan Hubicka
> Hi! > > This is the xtensa fallout, see > http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272418 > > g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions > -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing > -Wwrite-strings -Wcast-qual -Wmissing-

Re: [BUILDROBOT] v850 fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan Hubicka
> Hi! > > I've been away for holidays and other stuff, so this is a bit late, > but nevermind... The stringification of DECL_SECTION_NAME had some > fallout, see eg. > http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272454 > > g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE

[BUILDROBOT] frv fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan-Benedict Glaw
Hi! Fallout for frv, see eg. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272377 g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual

[BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan-Benedict Glaw
Hi! This is the xtensa fallout, see http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272418 g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute

[BUILDROBOT] v850 fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan-Benedict Glaw
Hi! I've been away for holidays and other stuff, so this is a bit late, but nevermind... The stringification of DECL_SECTION_NAME had some fallout, see eg. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=272454 g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions

Re: Turn DECL_SECTION_NAME into string

2014-06-17 Thread Richard Biener
On Tue, Jun 17, 2014 at 8:40 AM, Thomas Schwinge wrote: > Hi! > > On Thu, 12 Jun 2014 06:33:25 +0200, Jan Hubicka wrote: >> this lenghtly patch makes the legwork to put section names out of tree >> representation. >> Originally they were STRING_CST. I ended up implementing on-side reference >>

Re: Turn DECL_SECTION_NAME into string

2014-06-16 Thread Thomas Schwinge
Hi! On Thu, 12 Jun 2014 06:33:25 +0200, Jan Hubicka wrote: > this lenghtly patch makes the legwork to put section names out of tree > representation. > Originally they were STRING_CST. I ended up implementing on-side reference > counted > string voclabulary that is done in bit baroque way to be

Re: Turn DECL_SECTION_NAME into string

2014-06-12 Thread Jan Hubicka
> On Thu, Jun 12, 2014 at 6:33 AM, Jan Hubicka wrote: > > Hi, > > this lenghtly patch makes the legwork to put section names out of tree > > representation. > > Originally they were STRING_CST. I ended up implementing on-side reference > > counted > > string voclabulary that is done in bit baroq

Re: Turn DECL_SECTION_NAME into string

2014-06-12 Thread Richard Biener
On Thu, Jun 12, 2014 at 6:33 AM, Jan Hubicka wrote: > Hi, > this lenghtly patch makes the legwork to put section names out of tree > representation. > Originally they were STRING_CST. I ended up implementing on-side reference > counted > string voclabulary that is done in bit baroque way to be G

Turn DECL_SECTION_NAME into string

2014-06-11 Thread Jan Hubicka
Hi, this lenghtly patch makes the legwork to put section names out of tree representation. Originally they were STRING_CST. I ended up implementing on-side reference counted string voclabulary that is done in bit baroque way to be GGC and PCH safe (uff). The memory savings on Firefox are about 60