Re: [PATCH] Improve scheduler dumps of ready list

2014-10-21 Thread Vladimir Makarov
On 10/20/2014 03:03 AM, Maxim Kuvyrkov wrote: > Hi, > > Following previous improvement to scheduler dumps that provided insight into > which heuristics in rank_for_schedule make most decisions, this patch adds > print outs that show the deciding reason for an instruction in the ready list > to b

Re: [PATCH] Improve scheduler dumps of ready list

2014-10-20 Thread Sebastian Pop
Maxim Kuvyrkov wrote: > Hi, > > Following previous improvement to scheduler dumps that provided insight into > which heuristics in rank_for_schedule make most decisions, this patch adds > print outs that show the deciding reason for an instruction in the ready list > to be at its particular pla

[PATCH] Improve scheduler dumps of ready list

2014-10-20 Thread Maxim Kuvyrkov
Hi, Following previous improvement to scheduler dumps that provided insight into which heuristics in rank_for_schedule make most decisions, this patch adds print outs that show the deciding reason for an instruction in the ready list to be at its particular place. This patch allowed me to trou