1. 13 Sep, 2002 2 commits
  2. 12 Sep, 2002 12 commits
  3. 11 Sep, 2002 15 commits
  4. 10 Sep, 2002 9 commits
  5. 09 Sep, 2002 2 commits
    • Barry Warsaw's avatar
      Clean up some whitespace, but not all. · 634023b0
      Barry Warsaw authored
      tpc_begin(): Get rid of the apply() call since I believe we can now
      rely on extended-call syntax being available.
      634023b0
    • Guido van Rossum's avatar
      Added yet another allocator, and a simulator variant that uses it: a · 71a10da2
      Guido van Rossum authored
      simple free list using a mix of exact-fit and last-fit with a roving
      pointer as suggested by Tim.  Use -f to use this version.
      
      Renamed BuddyNode to BlockNode since it is now used by both allocators.
      
      Moved some code around in an attempt to organize it more top-down.
      
      Moved the report printing into the Simulation base class.  Print the
      class name and exact cache size before the header; skip the final
      report printing if only one previous report was printed.
      71a10da2