This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Gimplifying Java
- From: Andrew Haley <aph at redhat dot com>
- To: Diego Novillo <dnovillo at redhat dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 16 Jun 2003 10:40:07 +0100
- Subject: Re: [tree-ssa] Gimplifying Java
This is purely a to ensure that anyone looking will not be misled. I
have't included any comment about Obj-C because I presume the folks
working on it will want to do that.
Andrew.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.15
diff -u -r1.15 index.html
--- index.html 12 Jun 2003 05:52:35 -0000 1.15
+++ index.html 16 Jun 2003 09:35:58 -0000
@@ -296,8 +296,10 @@
addressed.</dd>
<dt><em>Add parse tree to GENERIC translation passes to front ends</em></dt>
<dd>From the front ends that generate function-as-trees, only the C
- and C++ front ends have a genericize pass. Java and Obj-C are up
- for grabs.</dd>
+ and C++ front ends have a genericize pass.
+ <a href="mailto:jsturm@one-point.com"Jeff Sturm</a> and
+ <a href="mailto:aph@redhat.com">Andrew Haley</a> are working on
+ Java.</dd>
<dt><em>Tune RTL expanders to the subset of trees used by GIMPLE</em></dt>
<dd>This is best illustrated with an example. In GIMPLE all loops are
LOOP_EXPRs, a kind of tree node that was not produced by the C