<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -236,14 +236,13 @@ namespace rubinius {
 #ifdef _LP64
       uintptr_t key = reinterpret_cast&lt;uintptr_t&gt;(this);
       key = (~key) + (key &lt;&lt; 21); // key = (key &lt;&lt; 21) - key - 1;
-      key = key ^ (key &gt;&gt;&gt; 24);
+      key = key ^ (key &gt;&gt; 24);
       key = (key + (key &lt;&lt; 3)) + (key &lt;&lt; 8); // key * 265
-      key = key ^ (key &gt;&gt;&gt; 14);
+      key = key ^ (key &gt;&gt; 14);
       key = (key + (key &lt;&lt; 2)) + (key &lt;&lt; 4); // key * 21
-      key = key ^ (key &gt;&gt;&gt; 28);
+      key = key ^ (key &gt;&gt; 28);
       key = key + (key &lt;&lt; 31);
       return key &amp; FIXNUM_MAX;
-    }
 #else
       // See http://burtleburtle.net/bob/hash/integer.html
       uint32_t a = (uint32_t)this;</diff>
      <filename>vm/builtin/object.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0c52ed9f5589468dd1dda7c01dc388643abd9e92</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/4edff84b27b015356430c770fdabe1ad22221b5b</url>
  <id>4edff84b27b015356430c770fdabe1ad22221b5b</id>
  <committed-date>2009-06-03T10:52:55-07:00</committed-date>
  <authored-date>2009-06-02T15:39:22-07:00</authored-date>
  <message>Fixes on the x86_64 Object::hash code</message>
  <tree>7cc4e8211c0b8a4d3e3beef141c64b9e8a46ee54</tree>
  <committer>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </committer>
</commit>
