This is the mail archive of the gcc@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: gcc compile-time performance


> <We can't assume the presence of 64-bit integer types during the initial
> stage of the bootstrap (ie before we have finished making stage1)
> >
> 
> Do you really need this in the first bootstrap stage.

Yes, or stage 2 and 3 will differ.

> 
> Anyway, you could write a little library of scaled integer arithmetic using
> two 32-bit integers to represent binary exponent and fraction for example.

That was the lines I was thinking of.  32-bit integer part, 32-bit 
fractional part.

R.


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