atomicModifyIORef: use a local cas() instead of the global lock
authorSimon Marlow <simonmar@microsoft.com>
Wed, 8 Oct 2008 15:47:02 +0000 (15:47 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 8 Oct 2008 15:47:02 +0000 (15:47 +0000)
This should improve scaling when using atomicModifyIORef


No differences found