[cffi-devel] make-shareable-byte-vector in LispWorks 5.1
![](https://secure.gravatar.com/avatar/df0948a96b734321ce500701a3261bce.jpg?s=120&d=mm&r=g)
10 Jun
2008
10 Jun
'08
5:54 p.m.
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-11128... I hope the patch in attach can be merged. Thanks.
![](https://secure.gravatar.com/avatar/326b108ffcc42f27628703b0c11ed239.jpg?s=120&d=mm&r=g)
10 Jun
10 Jun
8:26 p.m.
On Tue, Jun 10, 2008 at 6:54 PM, Chun Tian (binghe) <binghe.lisp@gmail.com> wrote:
I hope the patch in attach can be merged.
Applied, thanks. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
6085
Age (days ago)
6085
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chun Tian (binghe)
-
Luís Oliveira