[Webkit-unassigned] [Bug 106740] Fix the atomicIncrement implementation for Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 01:09:30 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106740





--- Comment #4 from Zoltan Arvai <zarvai at inf.u-szeged.hu>  2013-01-17 01:11:16 PST ---
I found some resources about "64-bit atomic reads and writes on x86":
http://www.niallryan.com/node/137

Currently the site is down, but web archive saved it for the future:
http://web.archive.org/web/20120418112056/http://www.niallryan.com/node/137

There is an atomic increment implementation example in the comments (by niall), but also this commenter refers to InterlockedIncrement64 on Windows. Maybe we just missed something.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list