Re: [APC-DEV] APC Wiki

[email protected] (shire) Fri, 15 Aug 2008 00:59:10 -0700
Newsgroups php.apc.dev
Message-ID <[email protected]>
On Aug 14, 2008, at 2:35 AM, Gopal V wrote:
>
> Feel free to clobber it with another impl, it was hardly few  
> minutes on
> top of the update call.
>
>
> I thought about that too, but it was a bit iffy to use asm cmpxchg
> macros and hope shm writes work right. Also, I had images of an  
> expunge
> happening between the _find and the update in place.
>
> I see that you've checked in the new allocator, I'll test it out
> tonight. Also, going to build apc with the new valgrind macros[1]
> to test out for race conditions.
>

I'll test the atomic functions out and add any additional bits I have  
to it in the next couple days.
>


APCIterator code is all checked in now as well.

I'm also thinking that it would probably be good to get Graham's  
optimizer item in as it's not user-facing or affecting anything  
that'll break.  Sounds like he's willing to make up a patch for it too.

-shire