New assert in haifa-sched.c

Maxim Kuvyrkov maxim@codesourcery.com
Fri Sep 5 19:52:00 GMT 2008


Adam Nemet wrote:
> Maxim Kuvyrkov writes:
>> Yes, the assert is really checking exactly that.  Several pieces of 
>> haifa-sched.c assume that the instruction has been recognized during 
>> scheduler initialization to speed up checking if instruction is normal 
>> or some kind of use/clobber/asm.
> 
> Thanks for the info but I can't seem to find the code where this is supposed
> to be happening.  Can you point me to the code?

I'm not 100% sure about current state of things, considering recent 
merge of sel-sched, but before that it was:

set_priorities() -> priority() -> dep_cost() -> recog_memoized().

--
Maxim



More information about the Gcc mailing list