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]

Re: [PATCH] Fix INSN_TICK heuristic for SCHED_PRESSURE


On Mon, Jul 14, 2014 at 10:09 AM, Maxim Kuvyrkov wrote:
> On Jul 14, 2014, at 8:05 PM, Steven Bosscher wrote:
>
>> On Mon, Jul 14, 2014 at 6:12 AM, Maxim Kuvyrkov wrote:
>>> Hi,
>>>
>>> This patch fixes 2 of the [several] problems in rank_for_schedule heuristics for SCHED_PRESSURE_MODEL.  SCHED_PRESSURE_MODEL is used for first scheduling pass in ARM backend by default.
>>>
>>> The first one is when INSN_TICK of both instructions are equal, and rank_for_schedule returns a "tie" result, even though there are more heuristics down the path to break the tie.
>>>
>>> The second one is to account for the fact that model_index() of two instructions is meaningful only when both instructions are in the current basic block.
>>>
>>> Bootstrapped and tested on {x86_64,arm,aarch64}-linux.
>>>
>>> OK to apply?
>>
>> s/INSN_BB/BLOCK_FOR_INSN/
>
> That would be a mistake, see definition of INSN_BB in sched-int.h.  Scheduler uses its own basic block numbering.

Eh, right. I seem to be confused here with older sched CFG oddities
but this isn't one of those...


>>
>> OK with that change.
>
> I assume OK without the change?

Yup.

Ciao!
Steven


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