Re: what does the calling for min_insn_conflict_delay mean

2009-09-23 Thread Amker.Cheng
On Tue, Sep 22, 2009 at 11:50 PM, Vladimir Makarov vmaka...@redhat.com wrote: Ian Lance Taylor wrote: Amker.Cheng amker.ch...@gmail.com writes:   In function new_ready, it calls to min_insn_conflict_delay with min_insn_conflict_delay (curr_state, next, next). But the function's comments

Re: what does the calling for min_insn_conflict_delay mean

2009-09-22 Thread Vladimir Makarov
Ian Lance Taylor wrote: Amker.Cheng amker.ch...@gmail.com writes: In function new_ready, it calls to min_insn_conflict_delay with min_insn_conflict_delay (curr_state, next, next). But the function's comments say that it returns minimal delay of issue of the 2nd insn after issuing the 1st

Re: what does the calling for min_insn_conflict_delay mean

2009-09-21 Thread Ian Lance Taylor
Amker.Cheng amker.ch...@gmail.com writes: In function new_ready, it calls to min_insn_conflict_delay with min_insn_conflict_delay (curr_state, next, next). But the function's comments say that it returns minimal delay of issue of the 2nd insn after issuing the 1st in given state. Why the

what does the calling for min_insn_conflict_delay mean

2009-09-20 Thread Amker.Cheng
Hi : In function new_ready, it calls to min_insn_conflict_delay with min_insn_conflict_delay (curr_state, next, next). But the function's comments say that it returns minimal delay of issue of the 2nd insn after issuing the 1st in given state. Why the last two parameter for the call are both