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: [Ada] Integer repesentation in the Ada FE


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?


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