- Nov 21, 1997
-
-
dtc authored
interrupt_handle_now until after the context SAP object is allocated so that this allocation is not interrupted. May still be some lossage on the non-x86 ports as the GC will not see the object on the C stack until it is moved onto the control stack by the call into lisp.
-
- Nov 19, 1997
-
-
dtc authored
GC when it reaches its trigger within pseudo atomic so that maybe_gc is called at the end of pseudo atomic.
-
- Mar 16, 1997
-
-
pw authored
-
- Feb 18, 1997
-
-
dtc authored
-
- Feb 05, 1997
-
-
pw authored
-
- Jan 21, 1997
-
-
ram authored
-
- Oct 24, 1994
- Jul 05, 1994
-
-
hallgren authored
-
- Mar 27, 1994
-
-
hallgren authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Sep 08, 1992
-
-
wlott authored
sigcontext. Hence interrupt_maybe_gc need to take them as arguments.
-
- Jul 28, 1992
-
-
wlott authored
-
- Mar 22, 1992
- Mar 08, 1992
-
-
wlott authored
-
- Nov 07, 1991
-
-
wlott authored
instead of catching the page fault. So instead of having a lot of code to handle the page fault, we have a lot of code to handle a conditional trap.
-
- Oct 22, 1991
-
-
wlott authored
*internal-gc-trigger* for the RT, and allocators explicitly test against it.
-
- Sep 27, 1991
-
-
wlott authored
(int *)().
-
- May 24, 1991
- May 05, 1991
-
-
wlott authored
-
- Apr 27, 1991
-
-
wlott authored
Still need the RT support for gc_trigger_hit.
-
- Mar 14, 1991
-
-
wlott authored
got left behind.
-
- Feb 16, 1991
-
-
wlott authored
-
- Jan 28, 1991
-
-
wlott authored
can run under old kernels.
-
- Jan 08, 1991
-
-
wlott authored
sensitive?
-
- Dec 18, 1990
- Dec 01, 1990
-
-
wlott authored
PSEUDO_ATOMIC_INTERRUPTED for implementing pseudo atomic.
-
- Nov 28, 1990
-
-
wlott authored
said boolean is not set, just call the signal handler instead of INTERNAL-ERROR.
-
- Nov 27, 1990
-
-
wlott authored
internal errors.
-
- Nov 26, 1990
-
-
wlott authored
to check the trap kind and to either call INTERNAL_ERROR or signal the interrupt as approporate.
-
- Nov 24, 1990
-
-
wlott authored
-
- Nov 03, 1990
-
-
wlott authored
-
- Oct 29, 1990
-
-
wlott authored
-
- Oct 22, 1990
-
-
wlott authored
-
- Oct 13, 1990
-
-
wlott authored
to the sigtrap handler so that lisp can still get at the other fpe's. Added all the necessary magic to get auto-gcing to work.
-
- Sep 21, 1990
-
-
wlott authored
install_handler to be able to take SIG_DFL or SIG_IGN.
-
- Sep 08, 1990
-
-
wlott authored
-