bug#27782: mmap for guile

2017-11-24 Thread Matt Wette
I did a little more on this. Here is the latest. It provides mmap (not searched) and mmap/search (searched for pointers to GC). --- libguile/filesys.c.orig 2017-03-01 10:54:31.0 -0800 +++ libguile/filesys.c 2017-10-28 10:05:10.0 -0700 @@ -1828,9 +1828,14 @@ +#inc

bug#27782: mmap for guile

2017-11-24 Thread Nala Ginrut
Thanks for the work! Could you please add MAP_POPULATE too? 2017年11月24日 下午11:55,"Matt Wette" 写道: > > > > > > I did a little more on this. Here is the latest. > It provides mmap (not searched) and mmap/search (searched for pointers to > GC). > > > --- libguile/filesys.c.orig 2017-03-01 10:54:

bug#27782: mmap for guile

2017-11-24 Thread Matt Wette
got it. > On Nov 24, 2017, at 8:22 AM, Nala Ginrut wrote: > > Thanks for the work! Could you please add MAP_POPULATE too? > > 2017年11月24日 下午11:55,"Matt Wette" >写道: > > > > > > I did a little more on this. Here is the latest. > It provides mmap (not searched)