This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch (Java): Purge java_expand_expr()


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]