- Mar 05, 1990
-
-
cvs2git authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
which takes a VOP instead of a node.
-
ram authored
-
ram authored
Moved move.lisp after miscop.lisp so that ILLEGAL-MOVE can be a miscop.
-
ram authored
-
ram authored
be emitted after each call (trashing the results). Changed COMPUTE-SAVE-SET to compute the correct bit-vector. Changed :FORCE-TO-STACK code to use this results with DO-LIVE-TNS, now that the list result isn't available.
-
ram authored
-
ram authored
-
ram authored
DO-ENVIRONMENT-IR2-BLOCKS to check for the component tail block. Added NOTE-THIS-LOCATION.
-
ram authored
conflict info.
-
ram authored
TNs to *not* copy the conflict info from the saved TN. Instead, we detect save TNs and defer to the original TN for conflict info. This allows :ENVIRONMENT TNs to have save TNs.
-
ram authored
-
ram authored
top-level forms in the bootstrapping environment (MACROEXPAND doesn't to the trick.)
-
ram authored
-
ram authored
ILLEGAL-MOVE VOP is now supposed to signal the error. In OK-RESULT-TN, consider illegal moves to be not-ok (rather than an assertion failure) so that we quietly emit ILLEGAL-MOVE.
-
ram authored
(for bootstrapping.)
-
ram authored
component tail. Dump the number of locations in each block. Only dump elsewhere block if there are some elsewhere locations. Fixed uses of renamed compiled-debug-variable constants. Put back in support for DELETED arguments.
-
ram authored
need to dump the number of locations per block so that we can know when the next block starts...
-
ram authored
OUTPUT-OBJECT, since funcallable instances won't be lists (and haven't been in the current system for quite a while.)
-
ram authored
-
ram authored
-
ram authored
Increased SPACE-SIZE 4x.
-
- Mar 03, 1990
- Mar 02, 1990
-
-
ch authored
Added hooks for the various RCS actions.
-
ch authored
already checked the file out (by trashing the original file). Made RCS Update Directory command use the same mechanism. Added the variable RCS Check Out Keep Original As Backup which probably isn't needed now that I've done the above. Added new RCS List Out of Date Files command.
-
ch authored
-
ram authored
don't lose when we want the whole top-level form.
-
- Feb 28, 1990
-
-
wlott authored
Changed type_OtherImmediate to type_OtherImmediate[01].
-
wlott authored
-
wlott authored
this to make sure all the cons cells remain positioned the same relative to each other. Don't use vm:pad-data-block to round the size of a cons cell when writing into the cdr of the previous cell because it converts from words to bytes.
-
wlott authored
Only NIL out the first 6 args, not the first 7.
-