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?