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 stream other numbers than host_wide_ints or chars. Other than this, no bikeshedding from me. Ciao, Michael.