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