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
e18e2806
Commit
e18e2806
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Added *internal-gc-trigger* to the static symbols. Also stripped off
some rt::'s cause this file is now in the RT package.
parent
5276437a
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
compiler/rt/params.lisp
+5
-4
5 additions, 4 deletions
compiler/rt/params.lisp
with
5 additions
and
4 deletions
compiler/rt/params.lisp
+
5
−
4
View file @
e18e2806
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.1
0
1991/0
9
/2
8
1
7
:41:
44 ram
Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.1
1
1991/
1
0/2
2
1
6
:41:
22 wlott
Exp $
;;;
;;;
;;; This file contains some parameterizations of various VM attributes for the
;;; This file contains some parameterizations of various VM attributes for the
;;; IBM RT. This file is separate from other stuff, so we can compile and
;;; IBM RT. This file is separate from other stuff, so we can compile and
...
@@ -180,12 +180,13 @@
...
@@ -180,12 +180,13 @@
kernel::internal-error
kernel::internal-error
di::handle-breakpoint
di::handle-breakpoint
;; Free Pointers
;; Free Pointers
and the like
lisp::*read-only-space-free-pointer*
lisp::*read-only-space-free-pointer*
lisp::*static-space-free-pointer*
lisp::*static-space-free-pointer*
lisp::*initial-dynamic-space-free-pointer*
lisp::*initial-dynamic-space-free-pointer*
rt::*allocation-pointer*
*allocation-pointer*
rt::*binding-stack-pointer*
*internal-gc-trigger*
*binding-stack-pointer*
;; Things needed for non-local-exit.
;; Things needed for non-local-exit.
lisp::*current-catch-block*
lisp::*current-catch-block*
...
...
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