[cffi-devel] make-shareable-byte-vector in LispWorks 5.1
Chun Tian (binghe)
binghe.lisp at gmail.com
Tue Jun 10 17:54:19 UTC 2008
Hi, CFFI developers
There's another change from LispWorks 5.1's static array allocation:
Instead of
(sys:in-static-area
(make-array 3 :element-type '(unsigned-byte 8)
:initial-contents '(65 77 23)))
We use this now:
(make-array 3 :element-type '(unsigned-byte 8)
:initial-contents '(65 77 23)
:allocation :static)
see http://www.lispworks.com/documentation/lw51/FLI/html/fli-130.htm#pgfId-1112879
I hope the patch in attach can be merged.
Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lispworks-array-allocation.diff
Type: application/octet-stream
Size: 677 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cffi-devel/attachments/20080611/346ab82e/attachment.obj>
-------------- next part --------------
More information about the cffi-devel
mailing list