[Webkit-unassigned] [Bug 174232] New: Reimplement bmalloc::log2 for MSVC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 6 19:06:39 PDT 2017


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

            Bug ID: 174232
           Summary: Reimplement bmalloc::log2 for MSVC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: daewoong.jang at navercorp.com
                CC: ggaren at apple.com

Rewrite bmalloc::log2() in a recursive fashion as MSVC does not have __builtin_clzl nor exact equivalent of it.
This change is needed for supporting bmalloc on Windows(https://bugs.webkit.org/show_bug.cgi?id=143310).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170707/aa201624/attachment.html>


More information about the webkit-unassigned mailing list