This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Questions on tree-inline.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: aph at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 13 Jun 03 08:34:46 EDT
- Subject: Re: Questions on tree-inline.c
> Can somebody explain what INLINER_FOR_JAVA is for?
It's the inliner for Java.
You lost me. Why isn't Java-specific code in the java/ subdirectory?
Not at all. The tree inliner uses language specific tree nodes
throughout.
I thought the whole point of the inliner language hooks were to make
the inliner language-independent. If not, then what *are* they for?