Skip to content
  1. Jul 04, 2008
  2. Jul 03, 2008
  3. Jul 02, 2008
  4. Jul 01, 2008
  5. Jun 30, 2008
    • Dan Gohman's avatar
      Use reserve. · a76e60a7
      Dan Gohman authored
      SelectionDAG::allnodes_size is linear, but that doesn't appear to
      outweigh the benefit of reducing heap traffic. If it does become a
      problem, we should teach SelectionDAG to keep a count of how many
      nodes are live, because there are several other places where that
      information would be useful as well.
      
      llvm-svn: 52926
      a76e60a7
Loading