Re: [Feature Request] Some ideas on 'mmap'

2013-05-01 Thread Chaos Eternal
but howto protect your pointer ? Also, mmap-ed spaces can hardly be GCed, this will introduce extra complexities. still see no extra necessary in compare to ports. On Tue, Apr 30, 2013 at 10:23 PM, Nala Ginrut wrote: > On Tue, 2013-04-30 at 21:57 +0800, Daniel Hartwig wrote: >> On 30 April 2013

Re: [Feature Request] Some ideas on 'mmap'

2013-05-01 Thread Nala Ginrut
On Wed, 2013-05-01 at 18:54 +0800, Chaos Eternal wrote: > but howto protect your pointer ? > There's no bared pointer after pointer->bytevector or wrapped with record-type. Anyway, since Guile can't operate pointers directly, so it's no need to compare with C about 'protect pointer'. > Also, mma