From: Chris Hanson Date: Fri, 8 Jul 1988 02:27:10 +0000 (+0000) Subject: Add new primitive to get memory usage statistics. X-Git-Tag: 20090517-FFI~12677 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d76315bae0b98dd9e3dfcaeb2df4208c3b96f05d;p=mit-scheme.git Add new primitive to get memory usage statistics. Change default size of constant space. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 9787e71a2..a405d955d 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 10.43 1988/06/29 08:05:42 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.44 1988/07/08 02:27:10 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 43 +#define SUBVERSION 44 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 1c0ebe7c3..33f84169c 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 10.43 1988/06/29 08:05:42 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.44 1988/07/08 02:27:10 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 43 +#define SUBVERSION 44 #endif #ifndef UCODE_TABLES_FILENAME