Change variable caches so assignments and references go through
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 5 Oct 1987 18:37:10 +0000 (18:37 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 5 Oct 1987 18:37:10 +0000 (18:37 +0000)
commit2ec258000d48be0fc601e8b754c141de1d0af3df
tree645eef6619fa7cf9a915c34b0efa6dc5e1a5ce1e
parent431323b9724e21f90564efd27f6e9b071b884b31
Change variable caches so assignments and references go through
different caches.  This allows uuo links to be turned on by default.
24 files changed:
v7/src/microcode/debug.c
v7/src/microcode/errors.h
v7/src/microcode/fhooks.c
v7/src/microcode/gccode.h
v7/src/microcode/gctype.c
v7/src/microcode/interp.c
v7/src/microcode/lookup.h
v7/src/microcode/object.h
v7/src/microcode/ppband.c
v7/src/microcode/returns.h
v7/src/microcode/sdata.h
v7/src/microcode/storage.c
v7/src/microcode/trap.h
v7/src/microcode/types.h
v7/src/microcode/version.h
v8/src/microcode/gctype.c
v8/src/microcode/interp.c
v8/src/microcode/lookup.h
v8/src/microcode/object.h
v8/src/microcode/ppband.c
v8/src/microcode/returns.h
v8/src/microcode/trap.h
v8/src/microcode/types.h
v8/src/microcode/version.h