This is the mail archive of the gcc-cvs@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]

gcc/gcjx ChangeLog TODO bytecode/block.hh byte ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-01-15 07:34:06

Modified files:
	gcjx           : ChangeLog TODO 
	gcjx/bytecode  : block.hh block.cc generate.hh generate.cc 

Log message:
	* bytecode/block.cc (clone): Removed.
	* bytecode/block.hh (bytecode_block::clone): Removed.
	* bytecode/generate.cc (emit_saved_cleanup): Rewrote.
	(visit_synchronized): Updated.
	(visit_try): Likewise.
	(finally_creator): Removed.
	(~finally_creator): Likewise.
	(visit_try): Only emit inline cleanups once.
	(generate): Clear 'changed' before updating handlers.
	(any_cleanups_p): Removed.
	(add_exception_handler): Push handlers on back of the list again.
	* bytecode/generate.hh (bytecode_generator::finally_handler):
	Removed start, end, max_stack fields.  Added 'block'
	and 'variable' fields.
	(finally_handler): Updated.
	(bytecode_generator::finally_creator): Removed.
	(bytecode_generator::any_cleanups_p): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/block.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/block.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/generate.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/generate.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3


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