r216621 - in /trunk/gcc: ChangeLog haifa-sched....

mkuvyrkov@gcc.gnu.org mkuvyrkov@gcc.gnu.org
Fri Oct 24 08:22:00 GMT 2014


Author: mkuvyrkov
Date: Fri Oct 24 08:22:24 2014
New Revision: 216621

URL: https://gcc.gnu.org/viewcvs?rev=216621&root=gcc&view=rev
Log:
Improve scheduler dumps of ready list

	* sched-int.h (struct _haifa_insn_data:last_rfs_win): New field.
	* haifa-sched.c (INSN_LAST_RFS_WIN): New access macro.
	(rfs_result): Set INSN_LAST_RFS_WIN.  Update signature.
	(rank_for_schedule): Update calls to rfs_result to pass new parameters.
	(print_rank_for_schedule_stats): Print out elements of ready list that
	ended up on their respective places due to each of the sorting
	heuristics.
	(ready_sort): Update.
	(debug_ready_list_1): Improve printout for SCHED_PRESSURE_MODEL.
	(schedule_block): Update.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/haifa-sched.c
    trunk/gcc/sched-int.h



More information about the Gcc-cvs mailing list