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]
Other format: [Raw text]

Re: Reservation unit as FIFO


>   Yes, it is interesting.  In general, to model FIFO we need more
> powerful model than DFA and regular expressions.  But regular expression

You could just pretrend you are scheduling two instructions instead of one.
One for the part that is done before and in the FIFO, and another one
that does the work after the FIFO, and data-dependent on the former.

-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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