Change the representation of compiled procedures and other entries:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 12 Mar 1988 15:58:27 +0000 (15:58 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 12 Mar 1988 15:58:27 +0000 (15:58 +0000)
commitab452d101fd8a6f9a5b06aac5bf0096b22a2c4e1
treedffc63a12a026e3c703552e0dfb3201b6dddf65c
parentebf4ae2a6f794727abb4194ae3c272b6f855d0a7
Change the representation of compiled procedures and other entries:
They are now just the address of an instruction with a gc offset
preceding the instruction and an arity/type word preceding that.
Compiled closures are done by creating a tiny fake compiled code block
which jumps to the right place and sets up the free variables for
reference.

Uuo style links are now just jump instructions to the correct address.
All relocators have been updated to reflect this change.

Variable caches have no type code. The relocators know about this.

Incorporate JRM's fix to signal to close interrupt gap in hp-ux.

New types:
TC_COMPILED_ENTRY
TC_MANIFEST_CLOSURE
TC_LINKAGE_SECTION
v7/src/microcode/bintopsb.c
v7/src/microcode/psbtobin.c
v8/src/microcode/bintopsb.c
v8/src/microcode/psbtobin.c