Re: PING^1 [PATCH] sched: Remove debug counter sched_block

2023-12-20 Thread Kewen.Lin
needs to would be a minor surgery. As >>>> things >>>> look now, it may be better to remove the non-working sched_block debug >>>> counter >>>> entirely and implement a good solution for the problem at hand. >>>> >>> >>>

Re: PING^1 [PATCH] sched: Remove debug counter sched_block

2023-12-20 Thread Jeff Law
patch to remove the problematic debug counter: Subject: [PATCH] sched: Remove debug counter sched_block Currently the debug counter sched_block doesn't work well since we create dependencies for some insns and those dependencies are expected to be resolved during scheduling insns but they ca

PING^1 [PATCH] sched: Remove debug counter sched_block

2023-12-11 Thread Kewen.Lin
s comment, I made and tested the below patch to remove the > problematic debug counter: > > Subject: [PATCH] sched: Remove debug counter sched_block > > Currently the debug counter sched_block doesn't work well > since we create dependencies for some insns and those > dep

[PATCH] sched: Remove debug counter sched_block

2023-11-15 Thread Kewen.Lin
g counter > entirely and implement a good solution for the problem at hand. > According to this comment, I made and tested the below patch to remove the problematic debug counter: Subject: [PATCH] sched: Remove debug counter sched_block Currently the debug counter sched_block doesn't work