[Webkit-unassigned] [Bug 266253] New: Optimize circular buffer handling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 11 13:56:39 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266253
Bug ID: 266253
Summary: Optimize circular buffer handling
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: doremylover123 at gmail.com
In cases where the divisor can be proven to always be below the modulus, and said modulus is not a power of 2, we can replace this with a check and manually reset as this is more efficient than modulus every time.
--
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/20231211/f134ab40/attachment.htm>
More information about the webkit-unassigned
mailing list