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
3b01e2e3
Commit
3b01e2e3
authored
35 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
export: bignum-base-size array-base-size vector-base-size and
closure-base-size.
parent
fa2405ad
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/cell.lisp
+9
-7
9 additions, 7 deletions
compiler/mips/cell.lisp
with
9 additions
and
7 deletions
compiler/mips/cell.lisp
+
9
−
7
View file @
3b01e2e3
...
@@ -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/cell.lisp,v 1.1
8
1990/03/06
19:38:14
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.1
9
1990/03/06
22:09:29
wlott Exp $
;;;
;;;
;;; This file contains the VM definition of various primitive memory access
;;; This file contains the VM definition of various primitive memory access
;;; VOPs for the MIPS.
;;; VOPs for the MIPS.
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
(
export
'
(
cons-structure
cons-size
cons-car-slot
cons-cdr-slot
(
export
'
(
cons-structure
cons-size
cons-car-slot
cons-cdr-slot
bignum-structure
bignum-size
bignum-digits-offset
bignum-structure
bignum-
base-
size
bignum-digits-offset
ratio-structure
ratio-size
ratio-numerator-slot
ratio-structure
ratio-size
ratio-numerator-slot
ratio-denominator-slot
ratio-denominator-slot
...
@@ -32,11 +32,12 @@
...
@@ -32,11 +32,12 @@
complex-structure
complex-size
complex-real-slot
complex-imag-slot
complex-structure
complex-size
complex-real-slot
complex-imag-slot
array-structure
array-
fill-pointer-slot
array-elements
-slot
array-structure
array-
base-size
array-fill-pointer
-slot
array-data-slot
array-displacement-slot
array-displaced-p-slot
array-elements-slot
array-data-slot
array-displacement-slot
array-dimensions-offset
array-displaced-p-slot
array-dimensions-offset
vector-structure
vector-length-slot
vector-data-offset
vector-structure
vector-base-size
vector-length-slot
vector-data-offset
code-structure
code-code-size-slot
code-entry-points-slot
code-structure
code-code-size-slot
code-entry-points-slot
code-debug-info-slot
code-constants-offset
code-debug-info-slot
code-constants-offset
...
@@ -48,7 +49,8 @@
...
@@ -48,7 +49,8 @@
return-pc-structure
return-pc-return-point-offset
return-pc-structure
return-pc-return-point-offset
closure-structure
closure-function-slot
closure-info-offset
closure-structure
closure-base-size
closure-function-slot
closure-info-offset
value-cell-structure
value-cell-size
value-cell-value-slot
value-cell-structure
value-cell-size
value-cell-value-slot
...
...
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