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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 07:04:45 PST 2013


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





--- Comment #12 from Zoltan Arvai <zarvai at inf.u-szeged.hu>  2013-01-21 07:06:36 PST ---
Created an attachment (id=183779)
 --> (https://bugs.webkit.org/attachment.cgi?id=183779&action=review)
patch moving support to xpsp2 and later

In the end of last week we had a conversation on #qtwebkit with Jocelyn to see what options are available for fixing WebKit2 build on Windows. MSVC's InterlockedIncrement64 method is available from XPSP2. This patch moves support from 2000 to XPSP2 and later versions of Windows. Let see what is EWS' opinion about this. On my test machine it seems to be ok.

The other way is to implement the required atomicIncrement functionality in assembly for (current) older target Windows target version. This approach was in the previous patch, but it needs a copyright clarification.

-- 
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