<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/108370/">http://git.reviewboard.kde.org/r/108370/</a>
     </td>
    </tr>
   </table>
   <br />



 <p>Ship it!</p>



 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Go for it! Will you also update KDevelop types? I can take over PHP, but please also sent a mail to kdevelop-devel to notify Sven and Miquel about this new code feature.</pre>
 <br />









<p>- Milian</p>


<br />
<p>On March 15th, 2013, 6:21 a.m. UTC, Olivier Jean de Gaalon wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for KDevelop.</div>
<div>By Olivier Jean de Gaalon.</div>


<p style="color: grey;"><i>Updated March 15, 2013, 6:21 a.m.</i></p>






<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Implement a generic hash function (minor variation of one-at-a-time) which can be used to hash the data of item repository data classes.
The good:
    Removes around 80% of bucket clashes and 100% of actually equal hashes for different types in the real-world C++ cases I've tested.
    No need to pull numbers out of a hat and hope you didn't clash.
The bad:
    The hash function is more expensive, and so might cancel out the gains in speed, at least in smaller projects (hard to create a real-world benchmark that can show the difference)
The meh:
    Either way it makes no visually discernable difference, so it should probably be seen from an ease-of-use perspective.

I've had this sitting around for a while, but here it is for reviewer's pleasure.</pre>
  </td>
 </tr>
</table>





<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>language/CMakeLists.txt <span style="color: grey">(a698bf2)</span></li>

 <li>language/duchain/declarationid.h <span style="color: grey">(7caccf5)</span></li>

 <li>language/duchain/identifier.cpp <span style="color: grey">(ef6dbe3)</span></li>

 <li>language/duchain/indexeddeclaration.h <span style="color: grey">(6f486ab)</span></li>

 <li>language/duchain/indexedducontext.h <span style="color: grey">(d972202)</span></li>

 <li>language/duchain/instantiationinformation.cpp <span style="color: grey">(dbc236d)</span></li>

 <li>language/duchain/referencecounting.cpp <span style="color: grey">(a4dece2)</span></li>

 <li>language/duchain/types/abstracttype.cpp <span style="color: grey">(e7f7d99)</span></li>

 <li>language/duchain/types/arraytype.cpp <span style="color: grey">(673f691)</span></li>

 <li>language/duchain/types/constantintegraltype.cpp <span style="color: grey">(4cb8a36)</span></li>

 <li>language/duchain/types/delayedtype.cpp <span style="color: grey">(5506a45)</span></li>

 <li>language/duchain/types/enumerationtype.cpp <span style="color: grey">(4901136)</span></li>

 <li>language/duchain/types/enumeratortype.cpp <span style="color: grey">(a3d3ab6)</span></li>

 <li>language/duchain/types/functiontype.cpp <span style="color: grey">(bc6b842)</span></li>

 <li>language/duchain/types/integraltype.cpp <span style="color: grey">(f40f05b)</span></li>

 <li>language/duchain/types/pointertype.cpp <span style="color: grey">(fbb2143)</span></li>

 <li>language/duchain/types/referencetype.cpp <span style="color: grey">(8919f7f)</span></li>

 <li>language/duchain/types/structuretype.cpp <span style="color: grey">(27b0088)</span></li>

 <li>language/duchain/types/typealiastype.cpp <span style="color: grey">(903e2e1)</span></li>

 <li>language/duchain/types/unsuretype.cpp <span style="color: grey">(cba3984)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/108370/diff/" style="margin-left: 3em;">View Diff</a></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">File Attachments </h1>

<ul>

 <li><a href="http://git.reviewboard.kde.org/media/uploaded/files/2013/01/12/duchainifywithitemrepositorystats.diff">Patch to make duchainify show itemrepository stats</a></li>

</ul>





  </td>
 </tr>
</table>








  </div>
 </body>
</html>