This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-backend query..
- From: "Avinash K. Shrivastava" <avi at cse dot iitb dot ac dot in>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 11 Oct 2002 23:17:14 +0530
- Date: Fri, 11 Oct 2002 22:58:48 +0530 (IST)
- Subject: gcc-backend query..
We are working on gcc-IR,
[1] from the gcc-sources It is found that the back-end IR [AST] can be
used for per-function RTL conversion....
[2]Is there any way,to gurantee and proceed that these RTL codes
[generated-per-function],can give rise to an executable / object code..??
{ there are files final.c and other's but the functions are not much
clear...}
-Thanks
Avinash