This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Questions on tree-inline.c
- From: Andrew Haley <aph at redhat dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 13 Jun 2003 13:25:44 +0100
- Subject: Questions on tree-inline.c
- References: <10306131227.AA12382@vlsi1.ultra.nyu.edu>
Richard Kenner writes:
> Can somebody explain what INLINER_FOR_JAVA is for?
It's the inliner for Java.
> Also, why is it including .h files from front ends? I thought this is
> a language-independent file.
Not at all. The tree inliner uses language specific tree nodes
throughout.
Andrew.