Re: wide-int and int_traits::decompose getting a precision arg

2013-10-16 Thread Richard Sandiford
Richard Biener writes: > When investigating the code-bloat / slowness of wide-ints I noticed > that when creating a wide_int_ref that operation (optionally, but > in practice almost always) gets a precision input that is ultimately > determined by get_*_result of the appropriate traits. I don't >

wide-int and int_traits::decompose getting a precision arg

2013-10-16 Thread Richard Biener
When investigating the code-bloat / slowness of wide-ints I noticed that when creating a wide_int_ref that operation (optionally, but in practice almost always) gets a precision input that is ultimately determined by get_*_result of the appropriate traits. I don't see code dealing with precision