Hi,
this patch proceeds with the conversion of sections to symtab. It adds the
verifier I described in previous mail and fixes the fallout. It also moves
implicit_section flag from decl to cgraph.
Next step I would like to do is to add an hashtable dictionary of sections used
and move representati
> On Mon, Jun 9, 2014 at 4:34 AM, Jan Hubicka wrote:
> > Hi,
> > this patch follows the change to move DECL_COMDAT_GROUP by moving
> > DECL_SECTION_NAME
> > into symtab nodes instead of keeping it in decl_with_vis. (I pla to proceed
> > with
> > other symbol table related fields).
> >
> > It fol
On Mon, Jun 9, 2014 at 4:34 AM, Jan Hubicka wrote:
> Hi,
> this patch follows the change to move DECL_COMDAT_GROUP by moving
> DECL_SECTION_NAME
> into symtab nodes instead of keeping it in decl_with_vis. (I pla to proceed
> with
> other symbol table related fields).
>
> It follows exactly same