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: DFA for PPro, P2, P3


 In message <20020503202213.GB23248@atrey.karlin.mff.cuni.cz>, Jan Hubicka 
writes:
 > I modeled each decoder as unit (well, pentium has just two of them) and then
 > used presence set to ensure that pentium u unit is fed before pentium v 
unit.
 > This works quite naturally for me.  The nonpairable instructions simply
 > allocate both units.  I guess pentiumpro can use same scheme, just with
 > three units.  Is there some better alternative?
Well, given the physical ordering constraints modeling the decoder as
a vliw probably makes sense.


 > This reminds me, that I should post the patch, give me some time to dig it
 > out, I've just returned from a trip.
Please do.  I've got an idle P166 :-)
jeff


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