|
Re: [clisp-list] Arrays and FFI
From: <Joerg-Cyril.Hoehle@t-...> - 2009-06-15 14:05
|
Tom Weissmann asked: >My question is: is the vector copied to a C array before is it used by >fwrite, or does fwrite read it directly? Generally, CLISP does not give the alien world pointers to Lisp data structures. It will copy Lisp array contents onto the C execution stack and pass a pointer to that area. This should be fast enough for many purposes. Why do you inquire? Regards, Jörg Höhle. |
| Thread | Author | Date | |
|---|---|---|---|
| [clisp-list] Arrays and FFI | Tom Weissmann <tom.weissmann@gm...> |
|
|