Re: Rewrite lto-symtab to work on symbol table

2012-11-25 Thread H.J. Lu
On Sun, Nov 25, 2012 at 9:55 AM, H.J. Lu wrote: > On Mon, Sep 24, 2012 at 9:10 AM, H.J. Lu wrote: >> On Mon, Sep 24, 2012 at 8:50 AM, Martin Jambor wrote: >>> Hi, >>> >>> On Tue, Sep 18, 2012 at 03:35:45PM +0200, Jan Hubicka wrote: Hi, this patch reorganize lto-symtab to work across sy

Re: Rewrite lto-symtab to work on symbol table

2012-11-25 Thread H.J. Lu
On Mon, Sep 24, 2012 at 9:10 AM, H.J. Lu wrote: > On Mon, Sep 24, 2012 at 8:50 AM, Martin Jambor wrote: >> Hi, >> >> On Tue, Sep 18, 2012 at 03:35:45PM +0200, Jan Hubicka wrote: >>> Hi, >>> this patch reorganize lto-symtab to work across symtab's symbol table >>> instead >>> of building its own.

Re: Rewrite lto-symtab to work on symbol table

2012-09-25 Thread Richard Guenther
On Mon, Sep 24, 2012 at 6:10 PM, H.J. Lu wrote: > On Mon, Sep 24, 2012 at 8:50 AM, Martin Jambor wrote: >> Hi, >> >> On Tue, Sep 18, 2012 at 03:35:45PM +0200, Jan Hubicka wrote: >>> Hi, >>> this patch reorganize lto-symtab to work across symtab's symbol table >>> instead >>> of building its own.

Re: Rewrite lto-symtab to work on symbol table

2012-09-24 Thread H.J. Lu
On Mon, Sep 24, 2012 at 8:50 AM, Martin Jambor wrote: > Hi, > > On Tue, Sep 18, 2012 at 03:35:45PM +0200, Jan Hubicka wrote: >> Hi, >> this patch reorganize lto-symtab to work across symtab's symbol table instead >> of building its own. This simplifies things a bit and with the previous >> change

Re: Rewrite lto-symtab to work on symbol table

2012-09-24 Thread Martin Jambor
Hi, On Tue, Sep 18, 2012 at 03:35:45PM +0200, Jan Hubicka wrote: > Hi, > this patch reorganize lto-symtab to work across symtab's symbol table instead > of building its own. This simplifies things a bit and with the previous > changes it is rather straighforward - i.e. replace all uses of > lto_s

Re: Rewrite lto-symtab to work on symbol table

2012-09-19 Thread Markus Trippelsdorf
On 2012.09.18 at 15:35 +0200, Jan Hubicka wrote: > Hi, > this patch reorganize lto-symtab to work across symtab's symbol table instead > of building its own. This simplifies things a bit and with the previous > changes it is rather straighforward - i.e. replace all uses of > lto_symtab_entry_t by

Re: Rewrite lto-symtab to work on symbol table

2012-09-18 Thread Richard Guenther
On Tue, 18 Sep 2012, Jan Hubicka wrote: > Hi, > this patch reorganize lto-symtab to work across symtab's symbol table instead > of building its own. This simplifies things a bit and with the previous > changes it is rather straighforward - i.e. replace all uses of > lto_symtab_entry_t by symtab_n

Rewrite lto-symtab to work on symbol table

2012-09-18 Thread Jan Hubicka
Hi, this patch reorganize lto-symtab to work across symtab's symbol table instead of building its own. This simplifies things a bit and with the previous changes it is rather straighforward - i.e. replace all uses of lto_symtab_entry_t by symtab_node. There are few differences in between the symt