Eric Botcazou wrote:
I have read the gcc-summit 2005 publication from Eric Botcaczou, Cyrille
Comar and Oliver Hainque about static stack analysis.
This is a quite interresting approach, especially for embedded systems.
While reading the article i saw many talking about ada but not for C.
Is the patch only for ada? Will there be a C/C++-Version available
someday?
The patch was developed for 3.x but, as per the GCC rules, needs to be
ported to 4.x and merged in mainline. We are in the process of doing that.
Concerning languages, it is true that in the context of the article we
did most of our testing with Ada code but the patch is language
independent and thus should benefit to all languages.
Cyrille