This is the mail archive of the gcc@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]

Re: Note handling in haifa-sched.


On Wed, May 10, 2000 at 09:11:50PM +0300, Virgil Palanciuc wrote:
> 
>        I am trying to modify the haifa scheduler in order to make it work
> better on a VLIW architecture. I tried to mark the beggining/end of a
> instruction set with a note (NOTE_INSN_SET_BEG and NOTE_INSN_SET_END - I
> defined these notes properly).

Err... What are you trying to accomplish with these notes?
From your code snippit it appears as if you are emitting
them on clock cycle boundaries. 

We already set the mode of the insn beginning a new cycle.


r~

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