This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
VM/Back-end
- From: Mike <msg at msu dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 05 Sep 2007 20:47:23 -0400
- Subject: VM/Back-end
I want GCC to compile c/c++ code into VM instructions. Looking at GJC
as a reference, I didn't see a Java machine back-end MD file. Java
isn't a back-end in gcc/config.
For a new VM back-end, does it have to be put in gcc/config? Also,
would a configure target have to be made for the new VM/machine?
Mike
msg@msu.edu