Define new variable `Constant_Top' to mark the upper limit of constant
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 Jun 1987 22:54:01 +0000 (22:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 Jun 1987 22:54:01 +0000 (22:54 +0000)
space.  Do not use unallocated parts of constant space for the stack;
the stack size is fixed at the beginning of time.  This fixes a bug in
which the constant space overflowed into the stack space, without
signalling any error.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 42fecbbd2d0f837cd35aa7aac699a63d779ba645..914ef2894bacb23f712b749d78fd3b8c7cf7612f 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/version.h,v 9.73 1987/06/19 17:38:18 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.74 1987/06/23 22:54:01 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     73
+#define SUBVERSION     74
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index b7c5d39f96ec76b3398a02712a09fd21be834bf2..4e4602dc9fd786f7204940b2835b27bb00565fdb 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/v8/src/microcode/version.h,v 9.73 1987/06/19 17:38:18 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.74 1987/06/23 22:54:01 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     73
+#define SUBVERSION     74
 #endif
 
 #ifndef UCODE_TABLES_FILENAME