This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch (Java): Purge java_expand_expr()
- From: Andrew Haley <aph at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 22 Jun 2004 15:05:43 +0100
- Subject: Patch (Java): Purge java_expand_expr()
- References: <cb9djd$6ob$1@sea.gmane.org>
Ranjit Mathew writes:
>
> Index: ChangeLog
> from Ranjit Mathew <rmathew@hotmail.com>
> Andrew Haley <aph@redhat.com>
>
> Purge java_expand_expr.
> * java-tree.h: Remove declaration for java_expand_expr.
> * lang.c: Remove override for LANG_HOOKS_EXPAND_EXPR.
> * expr.c (java_expand_expr): Remove.
> (case_identity): Likewise.
> (get_primitive_array_vtable): Likewise.
> (emit_init_test_initialization): Likewise.
We should fix emit_init_test_initialization for tree-SSA, otherwise
this is a performance regression.
Andrew.