[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 09:53:59 PDT 2012


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





--- Comment #17 from Alex Christensen <alex.christensen at flexsim.com>  2012-06-14 09:53:59 PST ---
> Oh, you should probably put this back in struct and just pass sizeof as the argument.
I would have to pass at least sizeof(TCMalloc_Central_FreeList)%64.
> Aldo, please typedef it so that users of this type doesn't need to know the trick we're using.
Using typedef causes problems because of line 499.  It must already be declared as a class, or we'll have to do some major reordering.

Since this problem only arises with Visual Studio x64 compiler, I'm uploading a patch that just uses precompiler directives.

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