Skip to content
  1. Aug 12, 2006
  2. Aug 11, 2006
  3. Aug 08, 2006
    • Chris Lattner's avatar
      Revamp the "CSEMap" datastructure used in the SelectionDAG class. This · 1ee75ce6
      Chris Lattner authored
      eliminates a bunch of std::map's in the SelectionDAG, replacing them with a
      home-grown hashtable.
      
      This is still a work in progress: not all the maps have been moved over and the
      hashtable never resizes.  That said, this still speeds up llc 20% on kimwitu++
      with -fast -regalloc=local using a release build.
      
      llvm-svn: 29550
      1ee75ce6
Loading