From 8c06276c84f350aec178e046e68760f05d43a6cd Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 22 Jun 1990 17:31:33 +0000 Subject: [PATCH] Added defknowns for %sxhash-simple-{sub,}string and vector-sap. --- compiler/generic/vm-fndb.lisp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index 597973bb2..0269f80d7 100644 --- a/compiler/generic/vm-fndb.lisp +++ b/compiler/generic/vm-fndb.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.14 1990/06/17 22:27:16 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.15 1990/06/22 17:31:33 wlott Exp $ ;;; ;;; This file defines the machine specific function signatures. ;;; @@ -62,6 +62,16 @@ (or index null) (foldable flushable)) +(defknown %sxhash-simple-string (simple-string) index + (foldable flushable)) + +(defknown %sxhash-simple-substring (simple-string index) index + (foldable flushable)) + + +(defknown vector-sap ((simple-unboxed-array (*))) system-area-pointer + (flushable)) + (defknown %raw-bits (t fixnum) (unsigned-byte 32) (foldable flushable)) -- GitLab