[llvm-commits] [poolalloc] r131973 - /poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp
Arushi Aggarwal
aggarwa4 at illinois.edu
Tue May 24 11:27:18 PDT 2011
Author: aggarwa4
Date: Tue May 24 13:27:17 2011
New Revision: 131973
URL: http://llvm.org/viewvc/llvm-project?rev=131973&view=rev
Log:
Turn off dynamic tracking. Prints output, which
if we correctly compare correct output files,
causes spurious errors.
Modified:
poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp
Modified: poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp?rev=131973&r1=131972&r2=131973&view=diff
==============================================================================
--- poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp (original)
+++ poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp Tue May 24 13:27:17 2011
@@ -27,8 +27,6 @@
#define INITIAL_SLAB_SIZE 4096
#define LARGE_SLAB_SIZE 4096
-#define PRINT_NUM_POOLS // Print use dynamic # pools info
-
#ifndef NDEBUG
#define NDEBUG
#endif
More information about the llvm-commits
mailing list