[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean/constants.hh

Evan Cheng evan.cheng at apple.com
Thu Aug 31 23:29:08 PDT 2006



Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean:

constants.hh updated: 1.2 -> 1.3
---
Log message:

Reduce problem size. It was causing troubles for low memory systems.

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

 constants.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean/constants.hh
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean/constants.hh:1.2 llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean/constants.hh:1.3
--- llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean/constants.hh:1.2	Mon Oct  4 22:35:13 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C++/ocean/constants.hh	Fri Sep  1 01:28:54 2006
@@ -1,8 +1,8 @@
 #ifndef Constants
 #define Constants
 
-#define MaxRows 2500
-#define MaxCols 5000
+#define MaxRows 500
+#define MaxCols 1000
 
 #define DefaultNumObstacles 750
 #define DefaultNumPredators 200






More information about the llvm-commits mailing list