[Webkit-unassigned] [Bug 144277] New: Reduce allocations and memory usage when compiling content extensions.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 27 14:20:34 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144277
Bug ID: 144277
Summary: Reduce allocations and memory usage when compiling
content extensions.
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: achristensen at apple.com
The BitVector in Term always has capacity of 128, so it always allocates 16 bytes in addition to a pointer to the allocated buffer and additional malloc overhead. Let's just have the 16 bytes.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150427/561b7329/attachment.html>
More information about the webkit-unassigned
mailing list