- Nov 21, 1997
-
-
dtc authored
compiled with support.
-
- Nov 18, 1997
-
-
dtc authored
-
- Nov 04, 1997
-
-
dtc authored
common binaries to be run on both: * The immediate-stack storage class has been removed, this is unnecessary as the descriptor-stack SC can be used. It may have once been part of some GC stragety to reduce the number of stack slots that needed to be noted for a GC. * The object allocation has been abstracted and cleaned up. This should produce slightly faster smaller code with CGC, and can be compiled to support inline allocation with GENCGC. CGC compiled code will run under GENCGC, and GENCGC binaries that don't use inline allocation will run under CGC. * A random hash is now placed in the unused symbol object slot (the symbol-hash slot). This saves flushing the info cache at each GC, and may have other uses for symbol based hash tables. Should help MP safety. * Common set of static symbols used by both CGC and GENCGC. * Corrections to the stack-ref VOP; now returns lisp objects not unsigned numbers. Required some patches to debug-int. * Inline unsigned/signed byte 32 to bignum allocation enabled. * Support for the x86 xadd instruction applied to instance slot and symbol values - may be handy for some MP code. * Bump up the FASL file version from 1 to 2.
-
- Sep 15, 1997
-
-
dtc authored
*current-unwind-protect-block*.
-
- Jan 18, 1997
-
-
ram authored
-
- May 07, 1996
-
-
ram authored
-
- Jul 26, 1995
-
-
phg authored
Note *batch-mode* is set at the command line.
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 15, 1994
-
-
ram authored
wedge the error system if the type is malformed or undefined.
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Sep 03, 1993
-
-
wlott authored
%initial-function so that we can handler-bind before the defvar top-level-form has run.
-
- Aug 30, 1993
-
-
ram authored
-
- Aug 26, 1993
-
-
wlott authored
values* and deposit it, instead of depositing the index.
-
- Aug 19, 1993
- May 25, 1993
-
-
wlott authored
forms to get rid of warnings.
-
- May 22, 1993
-
-
wlott authored
-
- Feb 26, 1993
-
-
ram authored
-
- Feb 21, 1993
-
-
ram authored
initializations.
-
- Feb 04, 1993
-
-
ram authored
-
- Apr 12, 1992
-
-
wlott authored
exported. Moved the object-set stuff into serve-event.lisp. Added a call to GC-INIT to REINIT to facilitate making sure set-auto-gc- trigger gets called.
-
- Mar 08, 1992
-
-
wlott authored
-
- Feb 29, 1992
-
-
wlott authored
-
- Feb 21, 1992
-
-
wlott authored
-
- Feb 18, 1992
-
-
wlott authored
INTERFACE-COOKIE* start up with known values instead of whatever the last cold loaded file left them as.
-
- Feb 14, 1992
-
-
wlott authored
-
- Jan 21, 1992
-
-
ram authored
-
- Dec 16, 1991
-
-
wlott authored
core.
-
- Dec 15, 1991
-
-
wlott authored
control stack, and added a call to it in %TOP-LEVEL.
-
- Nov 29, 1991
-
-
wlott authored
-
- Aug 30, 1991
- Feb 14, 1991
-
-
ram authored
.../systems-work/code/eval.lisp, 09-Aug-90 15:23:35, Edit by Chiles, Rob, Wlott. Fixed INTERACTIVE-EVAL to frob +, ++, +++ correctly.
-
- Feb 08, 1991
-
-
ram authored
-
- Jan 31, 1991
-
-
wlott authored
throw-to-top-level catcher.
-
- Jan 30, 1991
-
-
ram authored
float traps enabled in saved cores.
-
- Dec 11, 1990
-
-
ram authored
float exception trapping.
-