<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Performance regression in mpv"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110344">bug 110344</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Performance regression in mpv"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110344#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Performance regression in mpv"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110344">bug 110344</a>
              from <span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span></b>
        <pre>It's pretty clear what's going on here.  The change in a920979d4f30 caused RA
to either succeed or fail differently with respect to scheduling, so the
scheduling algorithm changed and the new scheduling is utterly horrible
compared to the old one.  In other words, our scheduler sucks.  Unfortunately,
this isn't news....  We've got a new scheduler in the works (in theory) which
will hopefully degrade more gracefully.

In the mean time for this particular bug, one could look into why it's failing
(or succeeding; I don't know) to register allocate with the a920979d4f30 and
maybe try to improve it.  It's entirely possible, however, that what *should*
be an improvement in RA is causing worse performance due to the terrible
scheduler.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>