This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
CIL frontend for gcc
- To: gcc at gcc dot gnu dot org
- Subject: CIL frontend for gcc
- From: Oskar Liljeblad <oskar at osk dot mine dot nu>
- Date: Thu, 6 Sep 2001 11:31:59 +0200
I have been thinking about making a Common Intermediate Language
(CIL) frontend for gcc as a part of a master's work. (At least starting
to work on it.) The frontend would take compiled CIL code (embedded in
Windows PE libraries/executables) or "disassembled" CIL code and
translate it into intermediate gcc code, very similar to the java
byte-code frontend in gcj (if I understand things correctly).
Is anyone involved with such a project already?
Oskar Liljeblad