This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [PATCH] Speedup java front-end when compiling from source


Jakub Jelinek writes:
 > On Mon, May 10, 2004 at 11:17:05AM +0100, Andrew Haley wrote:
 > > 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.
 > 
 > As jc1 is not threaded, shouldn't it use getc_unlocked instead of getc
 > (on arches which have getc_unlocked)?

That seems reasonable.  Do you have a patch in mind?

Andrew.


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