1 ;;;; This file contains some parameterizations of various VM
2 ;;;; attributes common to all architectures.
4 ;;;; This software is part of the SBCL system. See the README file for
7 ;;;; This software is derived from the CMU CL system, which was
8 ;;;; written at Carnegie Mellon University and released into the
9 ;;;; public domain. The software is in the public domain and is
10 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
11 ;;;; files for more information.
15 (defparameter *c-callable-static-symbols*
17 sb!kernel::internal-error
18 sb!kernel::control-stack-exhausted-error
19 sb!kernel::heap-exhausted-error
20 sb!kernel::undefined-alien-variable-error
21 sb!kernel::undefined-alien-function-error
22 sb!kernel::memory-fault-error
23 sb!di::handle-breakpoint
24 sb!di::handle-single-step-trap
26 #!+sb-thread sb!thread::run-interruption
27 #!+win32 sb!kernel::handle-win32-exception))
29 (defparameter *common-static-symbols*
32 ;; filled in by the C code to propagate to Lisp
33 *posix-argv* *core-string*
35 ;; free pointers. Note that these are FIXNUM word counts, not (as
36 ;; one might expect) byte counts or SAPs. The reason seems to be
37 ;; that by representing them this way, we can avoid consing
38 ;; bignums. -- WHN 2000-10-02
39 *read-only-space-free-pointer*
40 *static-space-free-pointer*
42 ;; things needed for non-local-exit
44 *current-unwind-protect-block*
53 *free-interrupt-context-index*
54 sb!unix::*interrupts-enabled*
55 sb!unix::*interrupt-pending*
61 ;; hash table weaknesses