[llvm-commits] CVS: poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 7 17:46:05 PST 2004



Changes in directory poolalloc/runtime/FL2Allocator:

FreeListAllocator.cpp updated: 1.22 -> 1.23

---
Log message:

Note to self, STOP CHECKING IN DEBUG CODE!


---
Diffs of the changes:  (+1 -1)

Index: poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp
diff -u poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp:1.22 poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp:1.23
--- poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp:1.22	Sun Nov  7 19:44:13 2004
+++ poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp	Sun Nov  7 19:45:55 2004
@@ -26,7 +26,7 @@
 // Configuration macros.  Define up to one of these.
 //#define PRINT_NUM_POOLS          // Print use dynamic # pools info
 //#define PRINT_POOLDESTROY_STATS  // When pools are destroyed, print stats
-#define PRINT_POOL_TRACE         // Print a full trace
+//#define PRINT_POOL_TRACE         // Print a full trace
 
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list