Change default size of constant space.
authorChris Hanson <org/chris-hanson/cph>
Thu, 7 Jul 1988 18:11:35 +0000 (18:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 7 Jul 1988 18:11:35 +0000 (18:11 +0000)
v7/src/microcode/config.h

index b55e058e9468ef41b48dd63fad495129cbb39cb6..9e17856dde982d6a222a45e9007ae87c7908e8ee 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.35 1988/05/04 04:17:49 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.36 1988/07/07 18:11:35 cph Exp $
  *
  * This file contains the configuration information and the information
  * given on the command line on Unix.
@@ -523,7 +523,7 @@ longjmp(Exit_Point, NORMAL_EXIT)
 #endif
 
 #ifndef CONSTANT_SIZE
-#define CONSTANT_SIZE          300     /* Default Kcells for constant */
+#define CONSTANT_SIZE          350     /* Default Kcells for constant */
 #endif
 
 #ifndef HEAP_SIZE
@@ -539,5 +539,5 @@ longjmp(Exit_Point, NORMAL_EXIT)
 #endif
 
 #ifndef COMPILER_CONSTANT_SIZE
-#define COMPILER_CONSTANT_SIZE 550
+#define COMPILER_CONSTANT_SIZE 750
 #endif