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]

[PATCH] Add statistical printout of rank_for_schedule decisions


Hi,

This patch adds dump printouts for scheduling heuristics in rank_for_schedule.  Rank_for_schedule is one of the cornerstones of haifa scheduler, yet its decisions are hard to track and debug.

This patch adds statistical gathering for each branch of rank_for_schedule, and prints them out according to sched verbosity.  This patch helped me track down several bugs in rank_for_schedule that result is stupid scheduling decisions.

Bootstrapped and tested on x86_64-linux-gnu.

OK to apply?

Thank you,

--
Maxim Kuvyrkov
www.linaro.org


Attachment: 0002-Add-statistical-printout-of-rank_for_schedule-decisi.patch
Description: Binary data


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