[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile TEST.poolalloc.report
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 16 13:41:01 PST 2003
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.8 -> 1.9
TEST.poolalloc.report updated: 1.7 -> 1.8
---
Log message:
Update for final version of paper
---
Diffs of the changes: (+36 -2)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.8 poolalloc/test/TEST.poolalloc.Makefile:1.9
--- poolalloc/test/TEST.poolalloc.Makefile:1.8 Fri Nov 14 15:16:53 2003
+++ poolalloc/test/TEST.poolalloc.Makefile Sun Nov 16 13:40:39 2003
@@ -19,7 +19,7 @@
# Pool allocator runtime library
#PA_RT := $(PROJECT_DIR)/lib/Bytecode/libpoolalloc_fl_rt.bc
PA_RT_O := $(PROJECT_DIR)/lib/Release/poolalloc_rt.o
-
+#PA_RT_O := $(PROJECT_DIR)/lib/Release/poolalloc_fl_rt.o
# Command to run opt with the pool allocator pass loaded
OPT_PA := $(LOPT) -load $(PA_SO)
Index: poolalloc/test/TEST.poolalloc.report
diff -u poolalloc/test/TEST.poolalloc.report:1.7 poolalloc/test/TEST.poolalloc.report:1.8
--- poolalloc/test/TEST.poolalloc.report:1.7 Fri Nov 14 15:16:53 2003
+++ poolalloc/test/TEST.poolalloc.report Sun Nov 16 13:40:39 2003
@@ -17,6 +17,40 @@
}
}
+ at LatexColumns = (2, 3, 4, 5, 6, 7);
+
+my $OLDEN = 'MultiSource/Benchmarks/Olden';
+my $FREEBENCH = 'MultiSource/Benchmarks/FreeBench';
+my $PTRDIST = 'MultiSource/Benchmarks/Ptrdist';
+
+ at LatexRowMapOrder = (
+ "$OLDEN/bh/bh" => 'bh',
+ "$OLDEN/bisort/bisort" => 'bisort',
+ "$OLDEN/em3d/em3d" => 'em3d',
+ "$OLDEN/health/health" => 'health',
+ "$OLDEN/mst/mst" => 'mst',
+ "$OLDEN/perimeter/perimeter" => 'perimeter',
+ "$OLDEN/power/power" => 'power',
+ "$OLDEN/treeadd/treeadd" => 'treeadd',
+ "$OLDEN/tsp/tsp" => 'tsp',
+ "$OLDEN/voronoi/voronoi" => 'voronoi',
+ '-' => '-',
+ "$FREEBENCH/analyzer/analyzer" => 'analyzer',
+# "$FREEBENCH/distray/distray" => 'distray',
+# "$FREEBENCH/fourinarow/fourinarow" => 'fourinarow',
+# "$FREEBENCH/mason/mason" => 'mason',
+ "$FREEBENCH/neural/neural" => 'neural',
+ "$FREEBENCH/pcompress2/pcompress2" => 'pcompress2',
+ "$FREEBENCH/pifft/pifft" => 'pifft',
+ '-' => '-',
+ "$PTRDIST/anagram/anagram" => 'anagram',
+ "$PTRDIST/bc/bc" => 'bc',
+ "$PTRDIST/ft/ft" => 'ft',
+ "$PTRDIST/ks/ks" => 'ks',
+ "$PTRDIST/yacr2/yacr2" => 'yacr2',
+ );
+
+
# These are the columns for the report. The first entry is the header for the
# column, the second is the regex to use to match the value. Empty list create
# seperators, and closures may be put in for custom processing.
@@ -29,7 +63,7 @@
["PoolAlloc<br>ExeTime", 'CBE-RUN-TIME-POOLALLOC: real[\t ]+0m([0-9.]+)'],
["Speedup", \&Ratio],
["NumPools", '([0-9]+).*Number of pools allocated'],
- ["NumCloned", '([0-9]+).*Number of functions cloned'],
+ ["NumTSPools", '([0-9]+).*Number of typesafe pools'],
["NumArgs", '([0-9]+).*Number of function arguments added'],
["NumPRElide", '([0-9]+).*Number of poolfree.s elided'],
[]
More information about the llvm-commits
mailing list