discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Right place to discuss probable issues in libobjc2?


From: Derek Fawcus
Subject: Re: Right place to discuss probable issues in libobjc2?
Date: Wed, 22 Jan 2014 12:25:43 -0800
User-agent: Mutt/1.4.2.3i

On Mon, Jan 20, 2014 at 09:29:04am -0800, David Chisnall wrote:
> Thanks for the report.  This is now fixed in r37623, which will correctly use 
> mkstemp() on most POSIX platforms and will now use the anonymous shared 
> memory regions on FreeBSD so we don't need the mkstemp path at all.  

Well,  given that most posix (e.g. bsd, solaris, linux, xnu) platforms support
anonymous shared memory regions,  why not simply use it on those,  and have
fallback code for any odd one's which don't (windows sus?).

    mmap(0, len, prot, MAP_ANON, -1, offset);

.pdf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]