[Webkit-unassigned] [Bug 82037] New: BitVector should support an optional inline capacity size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 02:17:15 PDT 2012


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

           Summary: BitVector should support an optional inline capacity
                    size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, barraclough at apple.com,
                    fpizlo at apple.com


It'll be nice if we could allocate BitVector with a fixed inline capacity size bigger than sizeof(uintptr_t).

I've experimented with various approach today but it seems like the most logical thing to do is to extract BitVectorBase out of BitVector and turn BitVector a template class. There's a fair amount of work involved here though.

Note: I'm not signing up for this work jus yet.

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