On Tue, Feb 13, 2018 at 12:40 AM <[email protected]> wrote: > Note though that you can't put pointers to Go heap objects into mmap'd memory, as the garbage collector can't see them.
It's possible, provided such pointers are known/guaranteed to be reachable from any memory maintained directly by the Go runtime. -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
