This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] Speedup java front-end when compiling from source
- From: Andrew Haley <aph at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: java-patches at gcc dot gnu dot org, "gcc-patches at gcc dot gnu dot org Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 10 May 2004 11:17:05 +0100
- Subject: [PATCH] Speedup java front-end when compiling from source
- References: <F101F64A-A15D-11D8-A81E-000393A6D2F2@physics.uc.edu>
Andrew Pinski writes:
>
> ChangeLog:
>
> * parse.y (check_pkg_class_access): Add new argument
> and use it when cl is NULL to call lookup_cl on it.
> (parser_check_super_interface): Do not call lookup_cl.
> Pass this_decl to check_pkg_class_access and NULL
> instead of lookup_cl.
> (parser_check_super): Update for change in
> check_pkg_class_access.
> (do_resolve_class): Likewise.
> (process_imports): Likewise.
> (find_in_imports_on_demand): Likewise.
This is OK.
Thanks,
Andrew.