Extend debugger to allow arbitrary evaluation in compiled code
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 23:13:14 +0000 (23:13 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 23:13:14 +0000 (23:13 +0000)
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.

v7/src/runtime/version.scm

index f68f0da062a365bf464f84a1b3b007610300c83c..bc3edbee29404125f2187a5a559a94e2b1e06ebf 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-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
 
@@ -45,7 +45,7 @@ MIT in each case. |#
                     '()))
   (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!)