Re: [lto] Rename functions in tree/data streamer (issue4886041)

2011-08-12 Thread Diego Novillo
On Fri, Aug 12, 2011 at 11:16, Michael Matz wrote: > I see downthread that this is changed to hwi/uhwi already.  I even would > have suggested int/uint directly, as we never stream other numbers than > host_wide_ints or chars. For now, that's true. Over in PPH we do stream out ints/uints, and t

Re: [lto] Rename functions in tree/data streamer (issue4886041)

2011-08-12 Thread Michael Matz
Hi, On Fri, 12 Aug 2011, Diego Novillo wrote: > 3- Replaces dwarf terminology for numbers with C-like terminology: > sleb128 -> wide_int > uleb128 -> wide_uint I see downthread that this is changed to hwi/uhwi already. I even would have suggested int/uint directly, as we never stre

Re: [lto] Rename functions in tree/data streamer (issue4886041)

2011-08-12 Thread Diego Novillo
On Fri, Aug 12, 2011 at 09:50, Richard Guenther wrote: > Oh, how even more confusing ;)  So maybe hwi and uhwi instead then? > That's what we use elsewhere. Sounds good. Done. Diego.

Re: [lto] Rename functions in tree/data streamer (issue4886041)

2011-08-12 Thread Richard Guenther
On Fri, 12 Aug 2011, Diego Novillo wrote: > On Fri, Aug 12, 2011 at 09:45, Richard Guenther wrote: > > On Fri, 12 Aug 2011, Diego Novillo wrote: > > > >> > >> This is mind numbing but mechanical.  This rename does two things: > >> > >> 1- Replaces the 'lto_' prefix with 'streamer_' in all the pub

Re: [lto] Rename functions in tree/data streamer (issue4886041)

2011-08-12 Thread Diego Novillo
On Fri, Aug 12, 2011 at 09:45, Richard Guenther wrote: > On Fri, 12 Aug 2011, Diego Novillo wrote: > >> >> This is mind numbing but mechanical.  This rename does two things: >> >> 1- Replaces the 'lto_' prefix with 'streamer_' in all the public functions >>    that deal with generic streaming func