- 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.
-
- Oct 25, 1997
-
-
pw authored
Ok, here are the updated patches to make the same cmucl lisp.core work across OS versions under irix, still by making tzname resolved at runtime (on irix only).
-
- Sep 15, 1997
-
-
dtc authored
load-symbol.
-
- Jun 26, 1997
-
-
pw authored
-
- Feb 10, 1997
- Jan 21, 1997
-
-
ram authored
-
- Feb 27, 1995
-
-
wlott authored
paged in.
-
- Oct 31, 1994
-
-
ram authored
-
- Jun 17, 1994
-
-
hallgren authored
byte order changed.
-
- Apr 12, 1994
-
-
hallgren authored
-
- Apr 06, 1994
- Feb 11, 1994
-
-
cvs2git authored
-
- Aug 27, 1993
-
-
wlott authored
-
- Aug 26, 1993
-
-
wlott authored
-
- Aug 25, 1993
-
-
wlott authored
-
- Jul 26, 1993
-
-
hallgren authored
-
- Jun 13, 1993
-
-
wlott authored
it doesn't in the case of NaNs.
-
- Jun 08, 1993
-
-
wlott authored
-
- May 25, 1993
- May 21, 1993
-
-
wlott authored
-
- May 19, 1993
- May 18, 1993
- May 07, 1993
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 17, 1992
-
-
wlott authored
header. Removed vm:'s because this is the vm package.
-
- Dec 13, 1992
-
-
wlott authored
now.
-
- Aug 03, 1992
-
-
wlott authored
-