environments. This is done by the trick of rewriting SCode, replacing
references to compiled-code variables with combinations that do the
reference.
Fix bug in compiled-code frame parser.
Change `print-gc-statistics' to show info about constant and heap
space in use.
New operation `system-library-directory-pathname' provides standard
way to find run-time library files.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.47 1989/07/18 00:17:35 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.48 1989/08/03 23:13:14 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 47))
+ (add-identification! "Runtime" 14 48))
(define microcode-system)
(define (snarf-microcode-version!)