* Compiler now knows how to emit a different form of
authorChris Hanson <org/chris-hanson/cph>
Thu, 17 Aug 1989 14:51:21 +0000 (14:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 17 Aug 1989 14:51:21 +0000 (14:51 +0000)
commit2aa332c9bb653403ccba44061aa57c57945acd8b
treea58e599f02f02048fe028c1d0b72f109153be5c9
parentf5209a1b5498d4c8bb807046cd0c1e3dc58db01c
* Compiler now knows how to emit a different form of
`dbg-info-vector', which contains not only the compiled-code blocks
(as before), but also a pointer which is the root to be used if the
code is to be purified.  The runtime system needed to be changed to
accomodate this.

* Change default for `load-debugging-info-on-demand?' back to false.

* Fix `scode-constant?' to handle compiled-code-entry objects
correctly.
v7/src/runtime/infutl.scm
v7/src/runtime/load.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/scode.scm
v7/src/runtime/version.scm
v8/src/runtime/infutl.scm
v8/src/runtime/load.scm
v8/src/runtime/runtime.pkg