From: Stephen Adams Date: Wed, 2 Aug 1995 03:51:01 +0000 (+0000) Subject: Enlarged heap for building compiler band. X-Git-Tag: 20090517-FFI~6083 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=15691a728440c75b803872aafabc68f00d13bb20;p=mit-scheme.git Enlarged heap for building compiler band. --- diff --git a/etc/rebuild-8.0 b/etc/rebuild-8.0 index 9e4625d72..1e75af1f6 100755 --- a/etc/rebuild-8.0 +++ b/etc/rebuild-8.0 @@ -1,6 +1,6 @@ #!/bin/csh -f -# $Id: rebuild-8.0,v 1.2 1995/07/31 19:26:22 adams Exp $ +# $Id: rebuild-8.0,v 1.3 1995/08/02 03:51:01 adams Exp $ # Arguments: runtimeversion compilerversion edwinversion 6001version @@ -190,8 +190,8 @@ if ("$complr" != "") then echo "### cd $root/sf" cd $root/sf rm -f ../tmp/complr.com - echo "### $scheme -large $runbandarg -no-init-file" - $scheme -large $runbandarg -no-init-file <<*END* + echo "### $scheme -heap 2000 $runbandarg -no-init-file" + $scheme -heap 2000 $runbandarg -no-init-file <<*END* (begin (load "make.com") (cd "../compiler") @@ -219,8 +219,8 @@ if ("$edwin" != "") then echo "### cd $root/edwin" cd $root/edwin rm -f ../tmp/edwin.com - echo "### $scheme -large $runbandarg -no-init-file" - $scheme -large $runbandarg -no-init-file <<*END* + echo "### $scheme -heap 2000 $runbandarg -no-init-file" + $scheme -heap 2000 $runbandarg -no-init-file <<*END* (begin (load "make.com") (disk-save "../tmp/edwin.com")