gcc/gcjx ChangeLog model/import.cc model/unit. ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Tue Oct 25 19:29:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-10-25 19:29:48

Modified files:
	gcjx           : ChangeLog 
	gcjx/model     : import.cc unit.cc unit.hh 

Log message:
	* model/unit.hh (model_unit_source::simple_name_map): New field.
	(model_unit_source::name_map): Removed.
	(model_unit_source::resolving): New field.
	(model_unit_source): Initialize it.
	(model_unit_source::resolve): Declare.
	* model/import.cc (check_referenced): Removed old comment.
	* model/unit.cc (check_imports): Removed old comment.
	(resolve): Initialize simple_name_map.  Don't resolve imports.
	(check_imports): Resolve all imports here.
	(look_up_name): Lazily resolve imports.
	(resolve): New overload.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.153&r2=1.1.2.154
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/import.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/unit.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/unit.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.3&r2=1.1.2.4



More information about the Gcc-cvs mailing list