X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2FREADME;h=d77b7ed80d8a27f427fa4276ea02cb1beffc89df;hb=52632e03f75694e3780851896c3d5ec251f1f46b;hp=0bb884afd96bcd17e6e778dd8d6fdd0c49923a45;hpb=4373334c459af4a06a08db880e613c7aeb4876f7;p=sbcl.git diff --git a/contrib/sb-posix/README b/contrib/sb-posix/README index 0bb884a..d77b7ed 100644 --- a/contrib/sb-posix/README +++ b/contrib/sb-posix/README @@ -212,3 +212,15 @@ See designator.lisp, add a define-designator form The use of DEFINE-CALL macro in interface.lisp should be obvious from the existing examples, if less so from the macroexpansion + + + + +GC issues + +buffers that refer to C stuff are probably not movable by GC anyway + +a buffer that refers to a Lisp object may have trouble if the Lisp +object is moved + +