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
415abbab
Commit
415abbab
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Moved the lisp heap to the same 256meg chunk of memory as the C text
segment so we can use jump-absolute.
parent
610d6226
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
compiler/mips/parms.lisp
+4
-4
4 additions, 4 deletions
compiler/mips/parms.lisp
with
4 additions
and
4 deletions
compiler/mips/parms.lisp
+
4
−
4
View file @
415abbab
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.7
5
1990/10/13
04:55:13
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.7
6
1990/10/13
16:16:05
wlott Exp $
;;;
;;;
;;; This file contains some parameterizations of various VM
;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so
;;; attributes for the MIPS. This file is separate from other stuff so
...
@@ -99,9 +99,9 @@
...
@@ -99,9 +99,9 @@
;;; Where to put the different spaces.
;;; Where to put the different spaces.
;;;
;;;
(
defparameter
target-read-only-space-start
#x
2
0000000
)
(
defparameter
target-read-only-space-start
#x0
1
000000
)
(
defparameter
target-static-space-start
#x30
000000
)
(
defparameter
target-static-space-start
#x04
000000
)
(
defparameter
target-dynamic-space-start
#x40
000000
)
(
defparameter
target-dynamic-space-start
#x06
000000
)
;;;; Type definitions:
;;;; Type definitions:
...
...
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