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
4a8fa52b
Commit
4a8fa52b
authored
27 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
Small comment fix.
parent
bbec323a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/worldload.lisp
+2
-2
2 additions, 2 deletions
tools/worldload.lisp
with
2 additions
and
2 deletions
tools/worldload.lisp
+
2
−
2
View file @
4a8fa52b
...
@@ -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
4
1997/11/27 02:0
2:14
dtc Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.8
5
1997/11/27 02:0
9:21
dtc Exp $
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
;;; Since it is unlikely that native code top-level forms are moved
;;; Since it is unlikely that native code top-level forms are moved
;;; before being executed during worldload it is probably safe to load
;;; before being executed during worldload it is probably safe to load
;;; these into the dynamic space under CGC even without enabling
;;; these into the dynamic space under CGC even without enabling
;;; dynamic space code
above
.
;;; dynamic space code
below
.
;(setf *load-x86-tlf-to-dynamic-space* t)
;(setf *load-x86-tlf-to-dynamic-space* t)
;;; Purify and GENCGC can move native code so all code can be loading
;;; Purify and GENCGC can move native code so all code can be loading
...
...
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