> Why do you say so? There are C->Ada calls as there are Ada->C calls in > plenty of existing software.
But what percentage of the C->Ada ones are performance critical? Note that, unlike the Ada->C or Ada/C++ ones, these have never been inlined and I can imagine the kind of trouble this would introduce. If the sofware contains a mix of C and Ada and some C->Ada calls are performance critical, then they'd better be rewritten in C, they will be optimized at any optimization level instead of just with LTO. -- Eric Botcazou