what's the point of rpython?

Paul Rubin http
Mon Jan 19 23:19:26 EST 2009


"Brendan Miller" <catphive at catphive.net> writes:
> Maybe I'm missing something here but a lock free algorithm for
> reference counting seems pretty trivial. As long as you can atomically
> increment and decrement an integer without locking you are pretty much
> done.

What cpu's do you know of that can atomically increment and decrement
integers without locking?



More information about the Python-list mailing list