compiler loaded, so that they fit in the absurdly small limits on OS
X/Intel. 3000 seems to be the largest number of blocks we can rely on.
#!/bin/sh
#
-# $Id: compile.sh,v 1.7 2006/06/10 06:12:26 cph Exp $
+# $Id: compile.sh,v 1.8 2006/12/27 08:32:01 riastradh Exp $
#
# Copyright 2002,2003,2006 Massachusetts Institute of Technology
#
exit 1
fi
if [ -z "${SCHEME_COMPILER}" ]; then
- SCHEME_COMPILER="scheme --compiler --heap 4000"
+ SCHEME_COMPILER="scheme --compiler --heap 3000"
fi
${SCHEME_COMPILER} < "${DIR}/etc/compile.scm"
#!/bin/sh
#
-# $Id: utabmd.sh,v 1.7 2006/06/10 05:24:54 cph Exp $
+# $Id: utabmd.sh,v 1.8 2006/12/27 08:32:01 riastradh Exp $
#
# Copyright 2002,2003,2006 Massachusetts Institute of Technology
#
# 02111-1307, USA.
if [ -z "${SCHEME_COMPILER}" ]; then
- SCHEME_COMPILER="scheme --compiler"
+ SCHEME_COMPILER="scheme --compiler --heap 3000"
fi
echo '(sf "utabmd")' | ${SCHEME_COMPILER}