[Ada] Integer repesentation in the Ada FE
Robert Dewar
dewar@adacore.com
Wed Apr 26 18:46:00 GMT 2006
Bernd Trog wrote:
> Hello,
> can someone please explain the huge change in the internal
> integer representation(Uint) from -32769 to -32767?
just a matter of efficiency for commonly used values
>
> What's the difference between these three values, from
> the Ada FE's point of view?
none at all. Uint is a private type, clients don't care
how it is implemented
For interest, why do you ask?
More information about the Gcc
mailing list