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: Q. Re haifa and other stuff under Linux i386



  In message <3591A3F9.E5D92ACB@gte.net>you write:
  > Have upgraded my RedHat 5.1 to egcs 1.0.3a release and was wondering if
  > haifa instruction scheduling was intended to be used for my platform. I
The x86 port hasn't been tuned for the haifa scheduler yet.  Using
haifa shouldn't cause incorrect code to be generated, but it's probably
not going to help performance in any significant way.

  > someone point me to a paper or documentation on what haifa is?
It's just a new instruction scheduler implementation that has the
ability to perform cross block scheduling and more accurately model
superscalar machines.

jeff


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