This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 61084: Use widest_int in sparc_fold_builtin


On May 19, 2014, at 12:27 AM, Richard Sandiford <rdsandiford@googlemail.com> wrote:
> Does anyone have any suggestions for a better name than "wide_int" though?

Please, no.

> The main property of wide_int is that it has a variable precision, whereas
> widest_int and offset_int have constant precisions.

Right, I'd clarify that all wide_ints have a fixed precision over their lifetime; but during the creation of each, the precision for that object can be set arbitrarily (within a certain range).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]