2
votes
1answer
138 views

Ada Generics & Assembly Code generation

I am wondering if there is a way of getting smaller / more efficient assembler code from Ada generics. For example, I have written a little dummy Ada program (main.adb) to show a generic procedure ...
1
vote
3answers
285 views

List of target architectures supported by GNAT?

I'd like to know which CPU architectures, espescially in the embedded sector, are supported by GNAT. Is every target supported by the gnu C compiler automatically also supported for Ada?