- May 20, 1993
- May 19, 1993
- May 18, 1993
-
-
wlott authored
-
- May 17, 1993
-
-
ram authored
stack-pointer declarations for indices that could be negative to be FIXNUM. Added a comment explaining what the keyword parsing code is doing. Fixed exit test on the keyword parsing loop.
-
wlott authored
-
ram authored
expansion limit. Add system-constants support for fdefinition objects. Call different :interpreter-function for inline op if specified. Define safe %byte-symbol-value, %byte-car and %byte-cdr operations. Add two-arg-stringXXX stubs.
-
ram authored
space in macro definitions.
-
- May 13, 1993
- May 12, 1993
- May 11, 1993
-
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
various places.
-
ram authored
that we can use them w/o the compiler loaded. Changed byte-functions to have simple and hairy subtypes to save space for the common fixed-arg case. Added a name slot for debugging. Fixed to potentially grow the eval stack when allocating a frame. Moved disassembler to byte-comp.
-
ram authored
of assuming a debug-info.
-
ram authored
its thing for byte functions.
-
- May 10, 1993
-
-
ram authored
happen but does if compilation is interrupted or something) and against random values being in the debug-info slot (byte compiled code.)
-
- May 08, 1993
-
-
wlott authored
compiler thinks that +0.0d0 and -0.0d0 are similar as a constant.
-
- May 07, 1993
- May 06, 1993
-
-
ram authored
the recursive calls, people were not propagating the environment through, and in some places were not recursing with the multiple-value version.
-
- May 02, 1993
- Apr 28, 1993
-
-
wlott authored
is restored, a (supplied) initial function is invoked which can do whatever kind of setup it wants. This makes a saved lisp totally independent of the location of the C stack.
-