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: [RFC] Contributing tree-ssa to mainline


 >However Ada is not the only language having checks.  In some extend,
 >Java has the array bounds too.  If the value range propagation pass were
 >available, Java would take benefit of it too.
And C/C++ when instrumented to detect invalid memory operations.

jeff

Certainly Ada would benefit from such a pass. Right now, the front end of Ada does a lot of work on computing value ranges, but it does a poor job of propagation, since we have not put any kind of non-trivial flow graph propagation into the front end.




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