From: Guillermo J. Rozas Date: Tue, 29 Oct 1991 22:30:59 +0000 (+0000) Subject: Major overhaul of bchscheme: X-Git-Tag: 20090517-FFI~10104 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2d8abe883ba7255990e825172cbf48b898e1ab92;p=mit-scheme.git Major overhaul of bchscheme: - 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. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 9a8b8fcf4..550af47a3 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -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 diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index b57809980..d5db112e1 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -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