Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-05-03 18:58:34 -0700 (Thu, 03 May 2007)
Revision: 10627
Log message:

      Corrected the sense of "fine" in the Node hashing.
     Collision performance is good.  Here are stats on a build of OMake.
     
     Hash statistics:
        Node: reintern = 21, compare = 1054325, collisions = 0
        DirList: reintern = 0, compare = 5371, collisions = 0
        Dir: reintern = 112, compare = 1122245, collisions = 0
        Symbol: reintern = 658, compare = 2861235, collisions = 0

Changes  Path
+3 -3 omake-branches/0.9.8.x/src/ir/omake_node.ml
+12 -2 omake-branches/0.9.8.x/src/main/omake_main.ml