Increment COMPILER_CONSTANT_SIZE and COMPILER_HEAP_SIZE.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 4 May 1988 04:17:49 +0000 (04:17 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 4 May 1988 04:17:49 +0000 (04:17 +0000)
v7/src/microcode/config.h

index 27f2605d059edcc8951681e8bb4edbf8bdd5283b..b55e058e9468ef41b48dd63fad495129cbb39cb6 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.34 1988/02/06 20:39:26 jinx Rel $
+/* $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 $
  *
  * This file contains the configuration information and the information
  * given on the command line on Unix.
@@ -535,9 +535,9 @@ longjmp(Exit_Point, NORMAL_EXIT)
 #endif
 
 #ifndef COMPILER_HEAP_SIZE
-#define COMPILER_HEAP_SIZE     400
+#define COMPILER_HEAP_SIZE     1000
 #endif
 
 #ifndef COMPILER_CONSTANT_SIZE
-#define COMPILER_CONSTANT_SIZE 510
+#define COMPILER_CONSTANT_SIZE 550
 #endif