This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Java to C through an intermediate assembly
- From: Hamdy Mobarak <hmobarak at ellipsisdigital dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 20 Nov 2001 13:53:36 +0200
- Subject: Java to C through an intermediate assembly
Dear,
I am asking about if it is possible to convert java program to an
intermediate
assembly (say assembly of Intel microprocessor), and then decompile this
intermediate
assembly to get the C version of the input java program?
Thanks