Skip to content
Snippets Groups Projects
Commit 1f7f57b0 authored by dtc's avatar dtc
Browse files

Fix the GENCGC support; can't use feature conditional forms in the

early stages so will have to be hand edited.
parent 16057b9f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
;;; If you want to use this code or any part of CMU Common Lisp, please contact ;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.82 1997/11/25 18:33:32 dtc Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.83 1997/11/25 18:58:24 dtc Exp $
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
(in-package "LISP") (in-package "LISP")
#+gencgc (setf *load-x86-tlf-to-dynamic-space* t) ; potentially dangerous. ;;; Uncomment for GENCGC.
#+gencgc (setf cl::*enable-dynamic-space-code* t) ;(setf *load-x86-tlf-to-dynamic-space* t) ; potentially dangerous.
;(setf cl::*enable-dynamic-space-code* t)
;;; Get some data on this core. ;;; Get some data on this core.
;;; ;;;
......
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