27 May
2010
27 May
'10
1:31 a.m.
On Thu, 27 May 2010, Luís Oliveira wrote:
On Thu, May 27, 2010 at 1:06 AM, Luke Crook <luke@balooga.com> wrote:
So my question is, on SBCL/32-bit & CCL/32-bit, what is the expected size of :pointer on a 64-bit OS?
32-bit. You can check it yourself with (cffi:foreign-type-size :pointer).
On my Slackware 13, 64-bit box, #include <iostream> int main(int, char**) { std::cout << sizeof(void *) <<"\n"; return 0; } prints "8". - Daniel