This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC to emit C code
- From: Vidya Praveen <praveen at poseidontech dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 19 Nov 2002 06:39:45 -0500
- Subject: GCC to emit C code
hi
i am thinking of retargeting gcc to emit C code instead of emitting assembly
code. It's just experimental. Point here is, the generated c code will be
optimized. I have read about this compiler called LANCE which does similar
work.
Have anyone tried this out before?
or Any idea about this?
VP