Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
4340ac4b
Commit
4340ac4b
authored
Nov 10, 1990
by
wlott
Browse files
Added defknowns for allocate-vector and make-array-header.
parent
519803d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/generic/vm-fndb.lisp
View file @
4340ac4b
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.2
6
1990/1
0/09 23:1
0:
4
3 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.2
7
1990/1
1/10 18:4
0:
2
3 wlott Exp $
;;;
;;; This file defines the machine specific function signatures.
;;;
...
...
@@ -18,6 +18,7 @@
(
import
'
(
lisp::%raw-bits
lisp::simple-array-p
))
;;;; Internal type predicates:
;;;
...
...
@@ -105,6 +106,13 @@
(
unsafe
))
(
defknown
allocate-vector
((
unsigned-byte
8
)
index
index
)
(
simple-array
*
(
*
))
(
flushable
movable
))
(
defknown
make-array-header
((
unsigned-byte
8
)
(
unsigned-byte
24
))
array
(
flushable
movable
))
(
defknown
%make-weak-pointer
(
t
boolean
)
weak-pointer
(
flushable
))
(
defknown
%make-complex
(
real
real
)
complex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment