- Apr 24, 1990
-
-
wlott authored
-
- Apr 23, 1990
-
-
ram authored
-
ram authored
-
ram authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
Only list one storage class for temporaries.
-
ram authored
New functionality DEBUG:ARG and DEBUG:VAR, vsource command. Fixes to frame printing and stuff.
-
wlott authored
ignore blocks with NIL for their number.
-
ram authored
Also, merged in some new stuff from Bill. Variable access now understands indirect value cells, and d-f-arguments won't choke on the OPTIONAL-ARGS marker when it appears (tho it still won't mark optionals.)
-
wlott authored
number before trying to add one to it.
-
ram authored
-
ram authored
-
ram authored
In DEBUG-INFO-FOR-COMPONENT, give the main entry to an optional-dispatch the original name and NIL kind. Fixed debug location dumping to dump locations in overflow blocks. Split COMPUTE-DEBUG-BLOCKS up into several functions for readability.
-
ram authored
always do the FORCE-TN-TO-STACK unless it is :COMPONENT. Formerly, any TNs that weren't :NORMAL weren't forced, including :ENVIRONMENT arguments.
-
ram authored
-
ram authored
assembly level code considers to be the stack top.
-
ram authored
-
ram authored
-
ram authored
-
- Apr 22, 1990
-
-
wlott authored
of a node.
-
wlott authored
Therefore, :component tns will not be removed.
-
wlott authored
of just spinning forever marking the same tn as being on the number stack.
-
wlott authored
move function to get ahold of the current-nfp-tn, and vop-node can be used if the node is really needed.
-
wlott authored
single element of element size. Why bother wrapping, when it's never going to fit?
-
wlott authored
instead of the used templates note being NIL. Also, if the used templates note is NIL, use it's name instead.
-
wlott authored
non :normal tns are still around andhave not reads or writes. Also in check-tn-conflicts, pass ir2-component-component-tns the component-info of component, not component itself.
-
- Apr 21, 1990
-
-
ram authored
the TN-REF-LOAD-TN. Changed EMIT-SAVES to run before PACK-LOAD-TNs. This should have no effect on semantics, but lets the saved registers be used for load TNs without having to spill them again. Probably not a real efficiency issue, but saving the same register twice looks silly.
-
wlott authored
number of blocks. Even if its not NIL, it will be wrong. Use ir2-block-count instead.
-
ram authored
-
ram authored
undefined. Removed a duplicate version of the code that added onto the DD-INCLUDED-BY.
-
- Apr 20, 1990