Re: Symbol table 1/many: symtab_nodes

2012-04-10 Thread Richard Guenther
On Tue, 10 Apr 2012, Jan Hubicka wrote: > Hi, > this is very basis of the symbol table work. The basic idea is: > > 1) give cgraph node and varpool node common base (symtab node) > 2) Move common data there: that is type, declaration, visibility flags, >force_output, ipa references and other

Symbol table 1/many: symtab_nodes

2012-04-10 Thread Jan Hubicka
Hi, this is very basis of the symbol table work. The basic idea is: 1) give cgraph node and varpool node common base (symtab node) 2) Move common data there: that is type, declaration, visibility flags, force_output, ipa references and other stuff. 3) Introduce symtab.c for basic symbol table