[Webkit-unassigned] [Bug 87550] Calls to weakCompareAndSwap() compile successfully but crash at runtime when COMPARE_AND_SWAP is not enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 16:52:34 PDT 2012


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





--- Comment #1 from Filip Pizlo <fpizlo at apple.com>  2012-05-25 16:51:39 PST ---
It would be good to fix this. This would require making Bitmap somehow guard its calls to weakCompareAndSwap; right now it makes calls to weakCompareAndSwap by guarding them with a template enum parameter, and users to Bitmap configure that parameter accordingly. :-/

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