Subj : Re: A question about atomic_ptr To : comp.programming.threads From : Joe Seigh Date : Sat Apr 16 2005 09:08 am On Sat, 16 Apr 2005 14:57:12 +0300, Peter Dimov wrote: > Chris Thomasson wrote: >> So, atomic_ptr for PPC-64 needs to have some sort of static/tracked >> storage wrt atomic_ptr_ref's? You can get around all of that by >> allocating static or "collected" arrays of atomic_ptr_ref's. Then you >> would use the index to atomic_ptr_ref as the "pointer" to it. > > But what happens when the static array overflows? > > > -- Joe Seigh .