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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits