X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fvm-fndb.lisp;h=833ceac4d711a3d47cbe12b85dd8d00233092be1;hb=416152f084604094445a758ff399871132dff2bd;hp=1464c0ace470a172b7625ed70f42575fbbc018b7;hpb=39ca94ec421224c78cb01f7d2d7b49321c66a2d4;p=sbcl.git diff --git a/src/compiler/generic/vm-fndb.lisp b/src/compiler/generic/vm-fndb.lisp index 1464c0a..833ceac 100644 --- a/src/compiler/generic/vm-fndb.lisp +++ b/src/compiler/generic/vm-fndb.lisp @@ -257,6 +257,14 @@ (simple-unboxed-array (*)) index index) null ()) + +;;; (not really a bit-bashing routine, but starting to take over from +;;; bit-bashing routines in byte-sized copies as of sbcl-0.6.12.29:) +(defknown %byte-blt + ((or (simple-unboxed-array (*)) system-area-pointer) index + (or (simple-unboxed-array (*)) system-area-pointer) index index) + null + ()) ;;;; code/function/fdefn object manipulation routines @@ -292,13 +300,6 @@ (defknown %make-funcallable-instance (index layout) function (unsafe)) -;;; FIXME/REMOVEME: MNA patched these like this, but I don't -;;; understand why, so I mutated them back to see what goes wrong. -;;;-(defknown %funcallable-instance-info (function index) t (flushable)) -;;;-(defknown %set-funcallable-instance-info (function index t) t (unsafe)) -;;;+(defknown %funcallable-instance-info ((or function cons) index) t (flushable)) -;;;+(defknown %set-funcallable-instance-info ((or function cons) index t) t (unsafe)) -;;; (defknown %funcallable-instance-info (function index) t (flushable)) (defknown %set-funcallable-instance-info (function index t) t (unsafe))