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
6879e377
Commit
6879e377
authored
35 years ago
by
ch
Browse files
Options
Downloads
Patches
Plain Diff
Added array-header-p.
parent
350ca44e
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/type-vops.lisp
+5
-5
5 additions, 5 deletions
compiler/mips/type-vops.lisp
with
5 additions
and
5 deletions
compiler/mips/type-vops.lisp
+
5
−
5
View file @
6879e377
...
@@ -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/type-vops.lisp,v 1.
4
1990/03/13
00:03:17 wlott
Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.
5
1990/03/13
16:55:36 ch
Exp $
;;;
;;;
;;; This file contains the VM definition of type testing and checking VOPs
;;; This file contains the VM definition of type testing and checking VOPs
;;; for the RT.
;;; for the RT.
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
;;;
;;;
(
in-package
"C"
)
(
in-package
"C"
)
;;; ### These belongs in compiler/f
u
ndb.lisp
;;; ### These belongs in compiler/fndb.lisp
;;;
;;;
(
defknown
realp
(
t
)
boolean
(
movable
foldable
flushable
))
(
defknown
realp
(
t
)
boolean
(
movable
foldable
flushable
))
(
defknown
system-area-pointer-p
(
t
)
boolean
(
movable
foldable
flushable
))
(
defknown
system-area-pointer-p
(
t
)
boolean
(
movable
foldable
flushable
))
...
@@ -71,9 +71,6 @@
...
@@ -71,9 +71,6 @@
;; ### May want to add all of the (simple-array <mumble> (*))
;; ### May want to add all of the (simple-array <mumble> (*))
;; primitive types.
;; primitive types.
;;
;;
;; ### May need to add array-header-p and friends. Whoever ports the
;; array code will probably have to frob stuff here.
;;
(
frob
functionp
check-function
function
(
frob
functionp
check-function
function
vm:function-pointer-type
di:object-not-function-error
)
vm:function-pointer-type
di:object-not-function-error
)
...
@@ -174,6 +171,9 @@
...
@@ -174,6 +171,9 @@
(
test-hairy-type
obj
temp
err-lab
t
,@
types
))
(
test-hairy-type
obj
temp
err-lab
t
,@
types
))
(
move
res
obj
)))))))))
(
move
res
obj
)))))))))
(
frob
array-header-p
nil
nil
vm:simple-array-type
(
vm:complex-string-type
vm:complex-array-type
))
(
frob
nil
check-function-or-symbol
di:object-not-function-or-symbol-error
(
frob
nil
check-function-or-symbol
di:object-not-function-or-symbol-error
vm:function-pointer-type
vm:symbol-header-type
)
vm:function-pointer-type
vm:symbol-header-type
)
...
...
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