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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 08:24:06 PST 2013


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





--- Comment #19 from Zoltan Arvai <zarvai at inf.u-szeged.hu>  2013-01-21 08:25:57 PST ---
After looking in 
https://trac.webkit.org/changeset/139514/trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp 
I think WebKit2 always calls the 64bit version of atomicIncrement, so I think it could be a problem for WINCE, too :(

(In reply to comment #17)
> OS(WINCE) has no support for the 64 bit version, but since you don't touch the "#if COMPILER(MINGW) || COMPILER(MSVC7_OR_LOWER) || OS(WINCE)" area, there is no problem for WinCE, but eg. for MINGW.

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