- Aug 25, 1993
- Aug 24, 1993
-
-
ram authored
-
ram authored
changes were needed: -- make NLX entry blocks look like successors of the corresponding entry block in life analysis. This makes sure that any values live only at the NLX entry point are seen to be live at the place where the catcher is created. -- Push a :NLX-ENTRY marker on the stack when we are doing the simulation and we come to a place where we are going to recurse in the byte interpreter to create a catcher. The marker protects values underneath it from being considered dead. When we come to the corresponding breakup, we remove the marker.
-
ram authored
-
wlott authored
dylan code, because the dylan test suite modifies manifest constants. This is gross.
-
wlott authored
default of *target-backend* is wrong.
-
- Aug 23, 1993
- Aug 21, 1993
- Aug 20, 1993
-
-
ram authored
compute the number of args. Added push-n-under to disassembler.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
non-standard, we can avoid option & keyword lossage.
-
ram authored
compiled.
-
ram authored
-
ram authored
-
ram authored
a function when the arg has been deleted due to being unreferenced. Add stuff to inline structure accessors when no type check is needed. Suppress some type warnings for uses of POSITION on the closure environment. Do type checking of arguments to local functions in the callee, since the interpreter doesn't check the arg types itself before simulating a local call.
-
wlott authored
bits, not 14, because we can only fit 11 bits in the compare-immediate instruction, and 2 are needed for the fixnum lowtag.
-
ram authored
and isn't loaded.
-
ram authored
-
ram authored
-
ram authored
when loading define-storage-class, etc.
-
- Aug 19, 1993
-
-
ram authored
byte code dumping, since it is no longer necessary, and didn't work anyway.
-
ram authored
:ENTRY.
-
wlott authored
a list, so that people can use cons cells to represent multi-element infos.
-
wlott authored
-
wlott authored
-
wlott authored
and %func.
-
wlott authored
from the dylan-function-var-function-info slot.
-
wlott authored
-
wlott authored
-
ram authored
-
ram authored
-