X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=f289015d8261e5852e021257b67fd0f98c2153cd;hb=af3fdb98f2b8718dbb69eba5db56dee369b142c7;hp=ac471cffb60c5b975bbdde73f3ef88dc5f7edbf9;hpb=7acdf15e27993655c9249f79d36fe2117843dbdf;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index ac471cf..f289015 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1605,6 +1605,12 @@ (defknown sb!vm:%write-barrier () (values) ()) (defknown sb!vm:%data-dependency-barrier () (values) ()) +#!+sb-safepoint +;;; Note: This known function does not have an out-of-line definition; +;;; and if such a definition were needed, it would not need to "call" +;;; itself inline, but could be a no-op, because the compiler inserts a +;;; use of the VOP in the function prologue anyway. +(defknown sb!kernel::gc-safepoint () (values) ()) ;;;; atomic ops (defknown %compare-and-swap-svref (simple-vector index t t) t