[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.report TEST.poolalloc.Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 2 16:42:01 PST 2004


Changes in directory poolalloc/test:

TEST.poolalloc.report updated: 1.11 -> 1.12
TEST.poolalloc.Makefile updated: 1.16 -> 1.17

---
Log message:

minor tweaks


---
Diffs of the changes:  (+3 -2)

Index: poolalloc/test/TEST.poolalloc.report
diff -u poolalloc/test/TEST.poolalloc.report:1.11 poolalloc/test/TEST.poolalloc.report:1.12
--- poolalloc/test/TEST.poolalloc.report:1.11	Mon Mar  1 17:15:45 2004
+++ poolalloc/test/TEST.poolalloc.report	Tue Mar  2 16:41:41 2004
@@ -89,6 +89,7 @@
  ["NumTSPools",           '([0-9]+).*Number of typesafe pools'],
  ["NumArgs",              '([0-9]+).*Number of function arguments added'],
  ["Nonprofit",            '([0-9]+).*Number of DSNodes not profitable'],
+ ["Colocated",            '([0-9]+).*Number of DSNodes colocated'],
  ["NumPFElide",           '([0-9]+).*Number of poolfree.s elided'],
  []
 );


Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.16 poolalloc/test/TEST.poolalloc.Makefile:1.17
--- poolalloc/test/TEST.poolalloc.Makefile:1.16	Mon Mar  1 17:15:45 2004
+++ poolalloc/test/TEST.poolalloc.Makefile	Tue Mar  2 16:41:41 2004
@@ -9,8 +9,8 @@
 
 EXTRA_PA_FLAGS := -poolalloc-force-simple-pool-init
 
-ifdef DISABLE_PROFITABILITY
-EXTRA_PA_FLAGS += -poolalloc-heuristic=AllPools
+ifdef HEURISTIC
+EXTRA_PA_FLAGS += -poolalloc-heuristic=$(HEURISTIC)
 endif
 
 





More information about the llvm-commits mailing list