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
7eacd304
Commit
7eacd304
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Changed fasl file parameters to conform to new fop-code-format semantics.
parent
5a11b357
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/mips/parms.lisp
+6
-12
6 additions, 12 deletions
compiler/mips/parms.lisp
with
6 additions
and
12 deletions
compiler/mips/parms.lisp
+
6
−
12
View file @
7eacd304
...
@@ -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
7
1990/10/
1
3
20:23
:09 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.7
8
1990/10/
2
3
02:37
:09 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
...
@@ -23,9 +23,7 @@
...
@@ -23,9 +23,7 @@
(
export
'
(
float-underflow-trap-bit
float-overflow-trap-bit
(
export
'
(
float-underflow-trap-bit
float-overflow-trap-bit
float-imprecise-trap-bit
float-invalid-trap-bit
float-imprecise-trap-bit
float-invalid-trap-bit
float-divide-by-zero-trap-bit
single-float-trapping-nan-bit
float-divide-by-zero-trap-bit
single-float-trapping-nan-bit
double-float-trapping-nan-bit
*fixup-values*
))
double-float-trapping-nan-bit
))
;(eval-when (compile load eval)
;;;; Compiler constants.
;;;; Compiler constants.
...
@@ -633,21 +631,17 @@
...
@@ -633,21 +631,17 @@
;;;
;;;
(
defparameter
*assembly-unit-length*
8
)
(
defparameter
*assembly-unit-length*
8
)
(
defparameter
*fixup-values*
'
((
:jump
.
0
)
(
:lui
.
1
)
(
:addi
.
2
)))
;;;; Other parameters:
;;;; Other parameters:
;;; The number representing the
fasl-code format emit code in
.
;;; The number representing the
version of fasl files we are going to dump
.
;;;
;;;
(
defparameter
target-fasl-code-format
7
)
(
defparameter
target-fasl-file-implementation
#.
pmax-fasl-file-implementation
)
(
defparameter
target-fasl-file-version
1
)
(
defparameter
target-fasl-file-type
"mips-fasl"
)
(
defparameter
target-fasl-file-type
"mips-fasl"
)
;;; The version string for the implementation dependent code.
;;; The version string for the implementation dependent code.
;;;
;;;
(
defparameter
vm-version
"DECstation 3100/Mach 0.0"
)
(
defparameter
vm-version
"DECstation 3100/Mach 0.0"
)
;); Eval-When (Compile Load Eval)
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