Major overhaul of bchscheme:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 29 Oct 1991 22:30:59 +0000 (22:30 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 29 Oct 1991 22:30:59 +0000 (22:30 +0000)
  - Bchscheme can now overlap I/O by using shared memory and drone
    processes.
  - Bchscheme parameters can be re-set while running.
    Only the gc-file is specified exclusively from the command line.
  - Many statistics are taken and can be read and manipulated from scheme.

Protoize many functions and their declarations.

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

index 9a8b8fcf4233fd44795b836a29f9cab97bd97ad7..550af47a3c05375809951f3e1179858b28ffcffc 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.99 1991/10/02 21:17:49 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.100 1991/10/29 22:30:59 jinx Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     99
+#define SUBVERSION     100
 #endif
index b57809980b72a9fdd26306a67b536c4ba922f220..d5db112e10b955a11d3ef818dfc7dbd427403d12 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.99 1991/10/02 21:17:49 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.100 1991/10/29 22:30:59 jinx Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     99
+#define SUBVERSION     100
 #endif