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
544619f1
Commit
544619f1
authored
32 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Changed tn-location to location-number, because we now use it to map
locations into numbers instead of mapping tns into locations.
parent
26b20e93
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/backend.lisp
+5
-5
5 additions, 5 deletions
compiler/backend.lisp
with
5 additions
and
5 deletions
compiler/backend.lisp
+
5
−
5
View file @
544619f1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.2
5
1992/0
7/22 23
:31:
49
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.2
6
1992/0
8/04 08
:31:
33
wlott Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
;;;
;;;
(
in-package
"C"
)
(
in-package
"C"
)
(
export
'
(
*backend*
*target-backend*
*native-backend*
def-vm-support-routine
(
export
'
(
*backend*
*target-backend*
*native-backend*
backend
backend-name
backend-version
backend-fasl-file-type
backend-name
backend-version
backend-fasl-file-type
backend-fasl-file-implementation
backend-fasl-file-version
backend-fasl-file-implementation
backend-fasl-file-version
backend-register-save-penalty
backend-byte-order
backend-register-save-penalty
backend-byte-order
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
backend-assembler-params
backend-page-size
backend-assembler-params
backend-page-size
;; The various backends need to call these support routines
;; The various backends need to call these support routines
make-stack-pointer-tn
primitive-type
primitive-type-of
def-vm-support-routine
make-stack-pointer-tn
primitive-type
emit-nop
tn-
location
))
primitive-type-of
emit-nop
location
-number
))
;;;; VM support routine stuff.
;;;; VM support routine stuff.
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
;; For use with scheduler.
;; For use with scheduler.
emit-nop
emit-nop
tn-
location
)
location
-number
)
(
defprinter
vm-support-routines
)
(
defprinter
vm-support-routines
)
...
...
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