Skip to content
Snippets Groups Projects
Commit dbd8d943 authored by rtoy's avatar rtoy
Browse files

compiler/ppc/parms.lisp:

compiler/sparc/parms.lisp:
o Add lisp::*gc-inhibit* to list of static symbols.  (No cross-compile
  needed because we used one of the spare static symbols.  Full cycle
  of builds needed to progate the changes.)

lisp/breakpoint.c:
o Disable GC when calling HANDLE-BREAKPOINT.  This is a temporary
  workaround to the issue where a GC occurring during
  HANDLE-BREAKPOINT can cause a segfault during tracing.  GC moves the
  code object and/or bogus lra such that we don't know where we should
  return to.
parent 59c6d501
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment