This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] Java: always use cgraph
- From: Andrew Haley <aph at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, <hubicka at ucw dot cz>
- Date: Sun, 28 Sep 2003 10:15:56 +0100
- Subject: [PATCH] Java: always use cgraph
- References: <Pine.LNX.4.44.0309280122450.27443-100000@ops2.one-point.com>
Jeff Sturm writes:
>
> 2003-09-28 Jeff Sturm <jsturm@one-point.com>
>
> * decl.c (java_optimize_inline, dump_function): Remove.
> * java-tree.h (java_optimize_inline): Remove declaration.
> * jcf-parse.c (java_parse_file): Assume flag_unit_at_a_time is set.
> * parse.y (source_end_java_method, java_expand_classes):
> Likewise. Remove dead code.
OK.
Andrew.