This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread-, Signal- and Cancellation-safety documentation


On Sun, 2013-06-02 at 19:47 -0300, Alexandre Oliva wrote:
> On Jun  2, 2013, Rich Felker <dalias@aerifal.cx> wrote:
> > POSIX requires actual shared memory.  An implementation that fakes it
> > is not conforming.
> 
> We're all screwed, then, because NUMA is hardly actual shared memory :-)

If you can implement the language's/POSIX' memory model on top of it,
and this implementation provides the same guarantees as process-local
memory, it is shared memory.  For example, cache-coherent NUMA isn't an
issue at all.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]