[tree-ssa] Gimplifying Java

Andrew Haley aph@redhat.com
Mon Jun 16 10:02:00 GMT 2003


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



More information about the Gcc-patches mailing list