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: K6 and decoding bottleneck


> At the other hand it shows, that decoder optimization strategies seems to
> be significant for K6 and maybe for PentiumPro too. The decoding seems
> to be main bottleneck of K6 (don't know about PPro, because it can decode
> three instructions at cycle but execute only two as far as I can remember)

Intel recommends scheduling for the instruction decoder on the PPro /
Pentium II in addition to scheduling for the execution units.  The i386
scheduling changes I played in January attempted to do this and it did
seem to help.

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



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