Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
1f7f57b0
Commit
1f7f57b0
authored
27 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/worldload.lisp
+4
-3
4 additions, 3 deletions
tools/worldload.lisp
with
4 additions
and
3 deletions
tools/worldload.lisp
+
4
−
3
View file @
1f7f57b0
...
@@ -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.8
2
1997/11/25 18:
33:32
dtc Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.8
3
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.
;;;
;;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment