[Webkit-unassigned] [Bug 88344] Fix FastMalloc.cpp compile error for MSVC in 64-bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 11:22:47 PDT 2012


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





--- Comment #23 from Alex Christensen <alex.christensen at flexsim.com>  2012-06-14 11:22:47 PST ---
> Why do we not want to use this template for other compilers? I don't see any benefit in that.
The problem only exists for MSVC.  It can apparently be compiled for 64 bit and 32 bit on a mac.
> All I've asked you to do is to do
> typedef TCMalloc_Central_FreeListPadded<sizeof(TCMalloc_Central_FreeList) % 64> TCMalloc_Central_FreeListPadded;
That redefines WTF::TCMalloc_Central_FreeListPadded.

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