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]

egcs/gcc tracer.c cfglayout.c ChangeLog.cfg

[Get raw message]
CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	cfg-branch
Changes by:	hubicka@gcc.gnu.org	2001-11-21 01:49:42

Modified files:
	gcc            : tracer.c cfglayout.c ChangeLog.cfg 

Log message:
	* tracer.c: Include flags.
	(ignore_bb_p): New function.
	(MIN_COUNT, MIN_FREQUENCY, DYNAMIC_COVERAGE, MAXIMAL_CODE_GROWTH):
	new constatns.
	(better_p): Avoid roundoff errors.
	(find_best_successor, find_best_predecessor): Ignore ignored
	blocks.
	(is_trace_head_p): Do not care ENTRY_BLOCK_PTR.
	(tail_duplicate): Ignore ignored blocks; limit code growth

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/tracer.c.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.1.2.10&r2=1.1.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cfglayout.c.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.2.2.13&r2=1.2.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.cfg.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.1.2.30&r2=1.1.2.31


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