Added -Mold:64000 for workaround bug in GC
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 23 Nov 2012 20:04:10 +0100
changeset 106 32eb7674acbd
parent 105 15beda6b5f6e
child 107 24e2bab66b91
Added -Mold:64000 for workaround bug in GC
reports/report-runner.bat
reports/report-runner.sh
--- a/reports/report-runner.bat	Wed Nov 21 16:39:41 2012 +0100
+++ b/reports/report-runner.bat	Fri Nov 23 20:04:10 2012 +0100
@@ -1,1 +1,1 @@
-call ..\..\..\projects\smalltalk\stx -I -abortOnSEGV -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
+call ..\..\..\projects\smalltalk\stx -Mold:64000 -I -abortOnSEGV -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
--- a/reports/report-runner.sh	Wed Nov 21 16:39:41 2012 +0100
+++ b/reports/report-runner.sh	Fri Nov 23 20:04:10 2012 +0100
@@ -1,3 +1,3 @@
 #!/bin/sh
 DIR=`dirname $0`
-exec "$DIR/../../../projects/smalltalk/stx" -I -abortOnSEGV -f "$DIR/report-runner.st" "$@"
+exec "$DIR/../../../projects/smalltalk/stx" -Mold:64000 -I -abortOnSEGV -f "$DIR/report-runner.st" "$@"