[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 11 17:04:17 PDT 2005
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/espresso:
Makefile updated: 1.4 -> 1.5
---
Log message:
switch from taking 0.05s to ~1.5s on apoc
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/MallocBench/espresso/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/espresso/Makefile:1.4 llvm-test/MultiSource/Benchmarks/MallocBench/espresso/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/MallocBench/espresso/Makefile:1.4 Sat Jan 15 21:16:10 2005
+++ llvm-test/MultiSource/Benchmarks/MallocBench/espresso/Makefile Mon Apr 11 19:04:04 2005
@@ -1,5 +1,5 @@
LEVEL = ../../../..
PROG = espresso
CPPFLAGS += -DNOMEMOPT
-RUN_OPTIONS = -t $(PROJ_SRC_DIR)/INPUT/mlp4.espresso
+RUN_OPTIONS = -t $(PROJ_SRC_DIR)/INPUT/largest.espresso
include ../../../Makefile.multisrc
More information about the llvm-commits
mailing list